A TypeScript library for 3D model loading and rendering using rollup as the bundler. The latest version is 1.3.6. It provides a simple API to initialize with a key and supports loading 3D models. Includes TypeScript type definitions. The release cadence is unknown but updates are infrequent. Key differentiators: simple API, integrated with rollup for bundling, and supports both ESM and CJS via unpkg CDN.
npm install 3d-model-ts-library-rollupVerified import paths — ran on the pinned version, not inferred.
Demonstrates initializing the library with a key and loading a 3D model from a URL.
Ensure initKey is called at the very beginning of your application.
Switch to using the esm build via import instead of require.
Always use the latest version or specify a version explicitly.
Run 'npm install 3d-model-ts-library-rollup' to install the package.
Use 'import { initKey } from '3d-model-ts-library-rollup'' instead of require.