@rool-dev/svelte 0.1.1-dev.0bedc35 → 0.1.1-dev.d601c99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Rool Svelte
|
|
2
2
|
|
|
3
|
-
Svelte 5
|
|
3
|
+
Svelte 5 runes for Rool Spaces. Transforms the event-based SDK into reactive state using `$state`.
|
|
4
4
|
|
|
5
|
-
**Requires Svelte 5.**
|
|
5
|
+
**Requires Svelte 5.**
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -263,10 +263,6 @@ import type {
|
|
|
263
263
|
} from '@rool-dev/svelte';
|
|
264
264
|
```
|
|
265
265
|
|
|
266
|
-
## Examples
|
|
267
|
-
|
|
268
|
-
See the [svelte-chat example](https://github.com/rool-dev/rool-js/tree/main/examples/svelte-chat) for a complete working app.
|
|
269
|
-
|
|
270
266
|
## License
|
|
271
267
|
|
|
272
268
|
MIT - see [LICENSE](../../LICENSE) for details.
|