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