back to home
JavaScript/TypeScript Library
Step 1. Create a GitHub token with the read:packages scope here.
Step 2. Login to npm registry (use your github username as username and token from step 1 as password):
npm login --scope=@computer-graphics-course --registry=https://npm.pkg.github.com
Step 3. Install scene-format dependency:
npm install --save @computer-graphics-course/scene-format
Remember that you can always check for latest version on the package page.
Step 4. Use code from this snippet to
read or write scene format files.