vvvw/static/js/p5/empty-example/sketch.js

7 lines
93 B
JavaScript
Raw Normal View History

2020-09-28 12:47:25 +02:00
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}