Appearance
API entry points
Model Lab exposes focused modules.
| Entry point | Purpose |
|---|---|
@taranjeetsinghh/model-lab | Consolidated public exports |
@taranjeetsinghh/model-lab/editor | Full authoring studio and export helpers |
@taranjeetsinghh/model-lab/viewer | Production viewer, schema guards, material runtime |
@taranjeetsinghh/model-lab/sequence | Headless sequence player and timeline utilities |
@taranjeetsinghh/model-lab/pivot | Pivot components and coordinate utilities |
@taranjeetsinghh/model-lab/effects | Cinematic material-effect driver |
@taranjeetsinghh/model-lab/styles.css | Editor stylesheet |
Recommended imports
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.