Skip to content

API entry points

Model Lab exposes focused modules.

Entry pointPurpose
@taranjeetsinghh/model-labConsolidated public exports
@taranjeetsinghh/model-lab/editorFull authoring studio and export helpers
@taranjeetsinghh/model-lab/viewerProduction viewer, schema guards, material runtime
@taranjeetsinghh/model-lab/sequenceHeadless sequence player and timeline utilities
@taranjeetsinghh/model-lab/pivotPivot components and coordinate utilities
@taranjeetsinghh/model-lab/effectsCinematic material-effect driver
@taranjeetsinghh/model-lab/styles.cssEditor stylesheet
ts
import { ModelLabViewer } from '@taranjeetsinghh/model-lab/viewer'
import type { ViewerConfig } from '@taranjeetsinghh/model-lab/viewer'

Focused imports make intent clear and give bundlers the best opportunity to exclude editor-only code.

Released under the MIT License.