A basic THREE.js project in TypeScript with Vite. Includes OrbitControls, Stats and basic shadows.
Press e key to export canvas as PNG in a new browser tab.
Install dependencies.
npm install
Start development server.
npm run start
Build to for distribuition.
npm run build
