UNPKG

p5-manager

Version:

A p5js template builder and sketch manager. Built for p5js enthusiasts.

9 lines (7 loc) 134 B
function setup() { createCanvas(windowWidth, windowHeight); // put setup code here } function draw() { // put drawing code here }