Files
SymbRaster/sketch.js

8 lines
87 B
JavaScript
Raw Normal View History

2025-02-03 12:05:46 +01:00
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}