3d-shape-particle-text 1.0.0 → 1.0.2

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
@@ -1,5 +1,8 @@
1
1
  # 3d-shape-particle-text
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/3d-shape-particle-text)](https://www.npmjs.com/package/3d-shape-particle-text)
4
+ [![License](https://img.shields.io/npm/l/3d-shape-particle-text)](https://github.com/mukes555/3d-shape-particle-text/blob/main/LICENSE)
5
+
3
6
  A high-performance React component for rendering interactive 3D particle systems that morph between a brain-like structure and custom text. Built with React and Three.js.
4
7
 
5
8
  ## Features
@@ -53,6 +56,18 @@ function App() {
53
56
  }
54
57
  ```
55
58
 
59
+ ## Examples
60
+
61
+ - `examples/landing-page/`: landing page demo + built-in playground + theme presets
62
+
63
+ Run the landing-page example:
64
+
65
+ ```bash
66
+ cd examples/landing-page
67
+ npm install
68
+ npm run dev
69
+ ```
70
+
56
71
  ## Props
57
72
 
58
73
  | Prop | Type | Default | Description |