PuruVJ / neoconfetti

Confetti in Svelte
https://www.npmjs.com/package/svelte-confetti-explosion
MIT License
257 stars 9 forks source link

clear timeout #7

Closed tanhauhau closed 2 years ago

tanhauhau commented 2 years ago

sad to tell you that i'm here to increase some of your bundle size.

the return value of setTimeout is a timeoutId and you need to call clearTimeout() with it.

PuruVJ commented 2 years ago

Don't worry about the bundle size 😉