Skip to content

Commit

Permalink
adjusting particle ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Oct 5, 2023
1 parent 46934b1 commit 3179403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -903,13 +903,13 @@ <h2><a href="#custom-canvas" id="custom-canvas" class="anchor">Custom Canvas</a>

confetti({
...defaults,
particleCount: 10,
particleCount: 5,
flat: true
});

confetti({
...defaults,
particleCount: 10,
particleCount: 15,
scalar: scalar / 2,
shapes: ['circle']
});
Expand Down

0 comments on commit 3179403

Please sign in to comment.