Skip to content

Commit

Permalink
remove all the silly definitions in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sproutleaf committed Oct 2, 2024
1 parent 135187f commit 9067152
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@

// p5.registerAddon(calculation);

let apple = 10;
function banana() {
console.log('banana');
}
const sketch = function (p) {
p.setup = function () {
p.createCanvas(200, 200);
p.run();
};

p.draw = function () {
Expand Down

0 comments on commit 9067152

Please sign in to comment.