Skip to content

Commit

Permalink
Merge pull request #529 from AnapaulaChaparro/patch-2
Browse files Browse the repository at this point in the history
Update sketch.js
  • Loading branch information
knnv-ar authored Nov 14, 2024
2 parents de7b636 + ffe9933 commit d372662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function preload() {
}

function setup() {
letCanvas = createCanvas(500, 500);
let canvas = createCanvas(500, 500);
canvas.parent('div-sketch');
}

Expand Down

0 comments on commit d372662

Please sign in to comment.