react-holographic-cube 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
A high-performance, cyberpunk-styled 3D spinning cube for React. Features physics-based friction, holographic visuals, and a floating drift animation when idle.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-
_(Note: You can replace this link with a screenshot of your actual cube later)_
|
|
7
6
|
|
|
8
7
|
## Features
|
|
9
8
|
|
|
@@ -16,6 +15,7 @@ _(Note: You can replace this link with a screenshot of your actual cube later)_
|
|
|
16
15
|
## Installation
|
|
17
16
|
|
|
18
17
|
```bash
|
|
18
|
+
npm create vite@latest . -- --template react
|
|
19
19
|
npm install react-holographic-cube
|
|
20
20
|
```
|
|
21
21
|
|