finalize the blogpost
This commit is contained in:
parent
32cb78a67e
commit
24ede9e0da
5 changed files with 118 additions and 70 deletions
|
|
@ -1,6 +1,7 @@
|
|||
function setup() {
|
||||
let mycanvas = createCanvas(400, 400);
|
||||
mycanvas.parent('hello-world');
|
||||
background(0);
|
||||
}
|
||||
function draw() {
|
||||
fill(255);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue