Lesson
Install three.js and @types/three
In this lesson we will add three.js package and types support via @types/three to our Vite application and how to import it into our files.
- Access
- Included
- Transcript
- Needs source
Install the three package and @types/three for full TypeScript support. Import Three.js into the project and confirm the types are working.