p5js-experiments/first-local-server/sketch.js

7 lines
93 B
JavaScript
Raw Normal View History

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