Skip to content

Commit

Permalink
fix svelte repl urls (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
epavanello authored Jan 3, 2025
1 parent 884e1de commit 86a9b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Let's party 🎊🎊 with Svelte! `@neoconfetti/svelte` allows you to show an aw
- 🗃️ Customizable - Offers tons of options that you can modify to get different behaviors.
- 🖥️ SSR friendly - Works seamlessly in Sveltekit and other Server Side Rendering environments!

[Try it in Svelte REPL](https://svelte.dev/repl/4e41a080739a4427a1f2c98b7f5d4b24)
[Try it in Svelte REPL](https://svelte.dev/playground/4e41a080739a4427a1f2c98b7f5d4b24)

## Installing

Expand Down Expand Up @@ -179,9 +179,9 @@ Whether or not destroy all confetti nodes after the `duration` period has passed

## Examples

[Basic Example](https://svelte.dev/repl/4e41a080739a4427a1f2c98b7f5d4b24?version=3.50.1)
[Basic Example](https://svelte.dev/playground/4e41a080739a4427a1f2c98b7f5d4b24?version=3.50.1)

[Confetti where mouse click](https://svelte.dev/repl/dbe0ab06c34f4f25aa6f948fdd1982c7?version=3.50.1)
[Confetti where mouse click](https://svelte.dev/playground/dbe0ab06c34f4f25aa6f948fdd1982c7?version=3.50.1)

## Fine-grained reactivity

Expand Down

0 comments on commit 86a9b73

Please sign in to comment.