|
@@ -5,15 +5,15 @@ Learn how to install TresJS
|
|
::: code-group
|
|
::: code-group
|
|
|
|
|
|
```bash [pnpm]
|
|
```bash [pnpm]
|
|
-pnpm add three @tresjs/core -D
|
|
|
|
|
|
+pnpm add three @tresjs/core
|
|
```
|
|
```
|
|
|
|
|
|
```bash [npm]
|
|
```bash [npm]
|
|
-npm install three @tresjs/core -D
|
|
|
|
|
|
+npm install three @tresjs/core
|
|
```
|
|
```
|
|
|
|
|
|
```bash [yarn]
|
|
```bash [yarn]
|
|
-yarn add three @tresjs/core -D
|
|
|
|
|
|
+yarn add three @tresjs/core
|
|
```
|
|
```
|
|
|
|
|
|
:::
|
|
:::
|