svelte-confetti
svelte-confetti copied to clipboard
Is it working ?
<div style="
position: fixed;
top: 150px;
left: 0;
z-index:99;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
overflow: hidden;
pointer-events: none;">
test
<Confetti amount=200 delay={[500, 2000]} duration=5000 fallDistance="100vh" infinite x={[-5, 5]} y={[0, 0.1]} />
</div>
```
nothing happen...