@jayf0x/fluidity-js 0.2.9 → 0.3.1

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 CHANGED
@@ -6,20 +6,21 @@
6
6
  [![license](https://img.shields.io/npm/l/@jayf0x/fluidity-js)](./LICENSE)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](./tsconfig.json)
8
8
  [![CI](https://github.com/jayf0x/fluidity/actions/workflows/ci.yml/badge.svg)](https://github.com/jayf0x/fluidity/actions/workflows/ci.yml)
9
- [![Bundlephobia](https://badgen.net/bundlephobia/min/@jayf0x/fluidity-js)](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
- # npm / pnpm / aube
23
+ # OR pnpm / aube / yarn / npm ...
23
24
  ```
24
25
 
25
26
  ```tsx