let h = 0; function setup() { frameRate(30) createCanvas(windowWidth, windowHeight) } function draw() { background(255,0,88); let w = width/270; stroke(200, 200); strokeWeight(3) for (let i=0; i