Examples

Some Examples of using Canva-Lang

canvas-lang .

Basic Example

canvas {
  background "navy";
  circle at (10, 10) radius 5 fill "yellow";
  text "Hello World" at (0, 15) size 10 color "white";
}
Basic Example

Animation Example

Animation Example

Rainbow Text Example

Rainbow Text Example

Last updated