Intermact API Reference / @intermact/core / BuildOptions
Interface: BuildOptions
Defined in: packages/core/src/program/build.ts:31
Options for running the build pass.
Properties
fetchBinary?
readonlyoptionalfetchBinary?:BinaryAssetFetcher
Defined in: packages/core/src/program/build.ts:37
Resolve binary font assets during the build pass.
fetcher?
readonlyoptionalfetcher?:AssetFetcher
Defined in: packages/core/src/program/build.ts:35
Resolve text assets (SVG, JSON) during the build pass.
registries?
readonlyoptionalregistries?:Registries
Defined in: packages/core/src/program/build.ts:44
Extension registries to resolve custom objects/animations/generators/ backends against (design.md §18, §22.8). Defaults to globalRegistries. Pass an explicit createRegistries bundle for isolated plugin sets (multiple programs, parallel tests) instead of relying on process-global state.
seed?
readonlyoptionalseed?:string|number
Defined in: packages/core/src/program/build.ts:33
Seed for the program's RNG (default 0); same seed ⇒ same output.