|
@@ -1,19 +1,23 @@
|
|
# Instalation
|
|
# Instalation
|
|
|
|
|
|
|
|
+::: warning
|
|
|
|
+You’re browsing the documentation for TresJS v1. If you’re looking for the documentation for **v2**, please visit [https://tresjs.org](https://tresjs.org)
|
|
|
|
+:::
|
|
|
|
+
|
|
Learn how to install TresJS
|
|
Learn how to install TresJS
|
|
|
|
|
|
::: code-group
|
|
::: code-group
|
|
|
|
|
|
```bash [pnpm]
|
|
```bash [pnpm]
|
|
-pnpm add three @tresjs/core -D
|
|
|
|
|
|
+pnpm add three @tresjs/core@1.8.1 -D
|
|
```
|
|
```
|
|
|
|
|
|
```bash [npm]
|
|
```bash [npm]
|
|
-npm install three @tresjs/core -D
|
|
|
|
|
|
+npm install three @tresjs/core@1.8.1 -D
|
|
```
|
|
```
|
|
|
|
|
|
```bash [yarn]
|
|
```bash [yarn]
|
|
-yarn add three @tresjs/core -D
|
|
|
|
|
|
+yarn add three @tresjs/core@1.8.1 -D
|
|
```
|
|
```
|
|
|
|
|
|
:::
|
|
:::
|