@flemo/react 1.0.1 → 1.0.3
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 -2
- package/dist/index.mjs +590 -583
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ dependency. Apps that only need transition compilers or the navigation queue can
|
|
|
28
28
|
|
|
29
29
|
## Documentation
|
|
30
30
|
|
|
31
|
-
See [flemo
|
|
31
|
+
See [flemo.dev](https://flemo.dev) for the full guide — getting started,
|
|
32
32
|
transitions, shared-element morphs, gestures, and the complete API reference. A live playground is
|
|
33
|
-
at [flemo
|
|
33
|
+
at [flemo.dev/playground](https://flemo.dev/playground).
|
|
34
34
|
|
|
35
35
|
## License
|
|
36
36
|
|