Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Run the commands below to install the dependencies we'll be using.
npm install --save react three @react-three/fiber

# Theatre.js
npm install --save @theatre/core@0.5 @theatre/studio@0.5 @theatre/r3f@0.5
npm install --save @theatre/core@latest @theatre/studio@latest @theatre/r3f@latest

# Three.js types (when using Typescript)
npm install --save-dev @types/three
Expand Down