We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1b4e0 commit 5efe450Copy full SHA for 5efe450
README.md
@@ -1,6 +1,6 @@
1
<div align="center">
2
3
-<img src="./docs/public/logo.svg" alt="" height="128px">
+<img src="./docs/public/logo.svg" alt="" width="128px" height="128px">
4
5
# sv-router
6
@@ -26,6 +26,7 @@ A feature-rich yet intuitive routing library for Svelte single-page apps.
26
- 🧩 **Familiar API**: Follows established conventions from popular meta frameworks.
27
- 🪶 **Lightweight**: Minimal impact on your bundle size.
28
- 🚀 **Made for Svelte 5**: True Svelte 5 implementation with the latest features.
29
+- #️⃣ **Hash-based routing**: Hash-based routing enables usage in local environments.
30
31
## Getting Started
32
0 commit comments