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

7 lines
93 B
JavaScript
Raw Normal View History

2020-11-10 14:15:59 +01:00
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}