finalize the blogpost

This commit is contained in:
Osman Faruk Bayram 2024-10-31 19:47:36 +03:00
parent 32cb78a67e
commit 24ede9e0da
5 changed files with 118 additions and 70 deletions

View file

@ -1,6 +1,7 @@
function setup() {
let mycanvas = createCanvas(400, 400);
mycanvas.parent('hello-world');
background(0);
}
function draw() {
fill(255);