p5js-experiments/empty-example/sketch.js

7 lines
93 B
JavaScript
Raw Normal View History

2022-01-23 17:22:49 -08:00
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}