how to make a canvas the size of screen ps.js5 code example Example: how to create a canvas in p5js function setup(){ createCanvas(400,400); }