diff --git a/src/index.js b/src/index.js index 9d5f391..0bd12f0 100644 --- a/src/index.js +++ b/src/index.js @@ -32,10 +32,6 @@ function setupConfetti() { setTimeout(() => { throwConfetti({ origin: { x: 0.5, y: 1.5 }, - particleCount: 200, - spread: 90, - startVelocity: 200, - ticks: 300, }); }, 300); }