p5js-experiments/empty-example/sketch.js
2022-01-23 17:22:49 -08:00

7 lines
No EOL
93 B
JavaScript

function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}