A graph-based system for preparing 3D assets for the web.
⚠️ Notice: This package is experimental. API is subject to change and not intended for production use.
- Node.js ≥ 20.19
- pnpm ≥ 9
pnpm install
pnpm build| Command | Description |
|---|---|
pnpm build |
Build the package |
pnpm lint |
Run ESLint and TypeScript type checking |
pnpm format |
Format source, test, and config files with Prettier |
pnpm test |
Run Vitest suite |
pnpm typedocs |
Generate TypeDoc API documentation |
See CONTRIBUTING.md.