function setup() { createCanvas(400, 400); } function draw() { background('#E8DDF8'); fill('red') ellipse(width/2, height/2, 100+mouseX, 100+mouseX) }
This site was made on Tilda — a website builder that helps to create a website without any code
Create a website