editor.p5js.org code example Example: p5 js editor function setup() { createCanvas(400, 400);}function draw() { background(220);}