From 64a63a5ec36f27b3286beda3699ad7d0426cef4c Mon Sep 17 00:00:00 2001 From: Tin Anh Nguyen Date: Tue, 29 Aug 2023 13:21:56 +0200 Subject: [PATCH] Test --- src/index.js | 4 ---- 1 file changed, 4 deletions(-) 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); }