Abstract
Interface to create a p5.js sketch.
Static
The minimum resolution for a sketch.
The main method should define the setup, draw, and event handler functions of the p5.js sketch context. The main method will be passed to the p5 constructor as part of the sketch lifecycle.
The p5.js sketch context.
Interface to create a p5.js sketch.