vvvw/static/js/p5/empty-example/sketch.js
2020-09-28 12:47:25 +02:00

7 lines
93 B
JavaScript

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