We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9bf403 + 2925da2 commit ce37cfbCopy full SHA for ce37cfb
README.md
@@ -29,13 +29,16 @@ Install below dependencies on your React app.
29
30
```sh
31
# with yarn
32
-yarn add three @types/three @react-three/fiber shadergradient framer-motion
+yarn add three @react-three/fiber shadergradient framer-motion
33
+yarn add -D @types/three
34
35
# with npm
-$ npm i three @types/three @react-three/fiber shadergradient framer-motion
36
+npm i three @react-three/fiber shadergradient framer-motion
37
+npm i -D @types/three
38
39
# with pnpm
-$ pnpm add three @types/three @react-three/fiber shadergradient framer-motion
40
+pnpm add three @react-three/fiber shadergradient framer-motion
41
+pnpm add -D @types/three
42
```
43
44
# Usage
0 commit comments