Install
This package is not published to npm. From the repository:
npm ci
npm pack ./dist/packages/biome
# In your own application:
npm install three@0.180.0 /path/to/cranberry-forge-biome-0.1.0.tgzES modules only. Three.js r180 is the tested peer version. Types are included; TypeScript users also need @types/three matching r180. The library creates native Three.js objects and does not create a renderer, canvas, or animation loop.
Workbench exports
- Recipe JSON: editable demo terrain settings and placement snapshot. Custom model binaries are not embedded; reimport the same asset to reproduce the appearance.
- GLB: baked landscape using
EXT_mesh_gpu_instancing. Current Three.js GLTFLoader supports this extension. Other consumers must also support it. Animation, demo lighting and backdrop are omitted. - PNG: current rendered view, without the workbench UI.