Skip to main content

Interface: PrecompResult

Defined in: runtime/precompisition.ts:73

Properties

assets

assets: ReadonlyMap<string, AssetTrack>

Defined in: runtime/precompisition.ts:85

Complete asset timeline built from one full generator pass per scene. Keyed by stable asset key (src for images/videos, "Family@weight" for fonts).


buildErrors

buildErrors: BuildError[]

Defined in: runtime/precompisition.ts:87

Errors thrown by scene generators during the build pass.


fps

fps: number

Defined in: runtime/precompisition.ts:74


scenes

scenes: ScenePrecomp[]

Defined in: runtime/precompisition.ts:76

Per-scene durations and audio, in timeline order.


totalDuration

totalDuration: number

Defined in: runtime/precompisition.ts:80

Total duration in seconds.


totalFrames

totalFrames: number

Defined in: runtime/precompisition.ts:78

Total frame count across all scenes.