Skip to content

Migration guide

v0.3 to v0.4 documentation workspace

The library API remains compatible with the pivot-enabled v0.3 workspace. v0.4 adds the documentation application, TypeDoc pipeline, expanded JSDoc, and documentation scripts.

New root commands:

bash
npm run dev:docs
npm run build:docs
npm run preview:docs
npm run docs:api

Preset schema

The current viewer preset remains 3d-model-lab/v2; the sequence payload remains 3d-model-lab-sequence/v1.

Future schema migrations

When a future schema changes, migrate persisted data before passing it to ModelLabViewer. Keep model asset and preset versions coupled.

Released under the MIT License.