Skip to content

Commit

Permalink
Update sketch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
margiudice authored Nov 27, 2024
1 parent 4789d77 commit 55c7761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _projects/hilos-invisibles/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let base = true;
let fondo = 5;

function setup() {
createCanvas(512, 512);
let canvas = createCanvas(512, 512);
canvas.parent('div-sketch');
frameRate(3)
}
Expand Down

0 comments on commit 55c7761

Please sign in to comment.