@jayf0x/fluidity-js 0.2.9 → 0.3.0
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 +4 -3
- package/dist/index.js +987 -3022
- package/dist/index.js.br +0 -0
- package/dist/index.js.gz +0 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -6,20 +6,21 @@
|
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
[](./tsconfig.json)
|
|
8
8
|
[](https://github.com/jayf0x/fluidity/actions/workflows/ci.yml)
|
|
9
|
-
[](https://bundlephobia.com/package/@jayf0x/fluidity-js)
|
|
10
9
|
|
|
11
10
|
<a href="https://jayf0x.github.io/fluidity">
|
|
12
11
|
<p align="center">
|
|
13
|
-
<img src="assets/preview.gif" alt="Fluid text and image effects in React" height="300px"/>
|
|
12
|
+
<img src="./assets/preview.gif" alt="Fluid text and image effects in React" height="300px"/>
|
|
14
13
|
</p>
|
|
15
14
|
<p align="center"><strong>Demo & Examples →</strong></p>
|
|
16
15
|
</a>
|
|
17
16
|
|
|
18
17
|
## Quickstart
|
|
19
18
|
|
|
19
|
+
Choose your weapon:
|
|
20
|
+
|
|
20
21
|
```bash
|
|
21
22
|
bun add @jayf0x/fluidity-js
|
|
22
|
-
#
|
|
23
|
+
# OR pnpm / aube / yarn / npm ...
|
|
23
24
|
```
|
|
24
25
|
|
|
25
26
|
```tsx
|