Skip to content

Commit

Permalink
Update stringsnoclass.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anusheelgurjar authored Oct 11, 2023
1 parent 14c54da commit f545b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stringsnoclass.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ let size = 100;
function setup() {
let canvas = createCanvas(400,400);
canvas.parent('canvas-container'); // Specify the parent container by its ID
noLoop();
w = width / 2 - size;
n = 10;
}
Expand Down

0 comments on commit f545b10

Please sign in to comment.