3d-shape-particle-text 1.0.0 → 1.0.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 +15 -0
- package/dist/3d-shape-particle-text.es.js +499 -491
- package/dist/3d-shape-particle-text.umd.js +10 -10
- package/index.d.ts +30 -0
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# 3d-shape-particle-text
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/3d-shape-particle-text)
|
|
4
|
+
[](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 |
|