Intermact API Reference / @intermact/react / UseIntermactPlayerOptions
Interface: UseIntermactPlayerOptions
Defined in: react/src/hooks/useIntermactPlayer.ts:12
Options for useIntermactPlayer.
Properties
fetchBinary?
readonlyoptionalfetchBinary?:BinaryAssetFetcher
Defined in: react/src/hooks/useIntermactPlayer.ts:18
Resolve binary font assets during the build pass.
fetcher?
readonlyoptionalfetcher?:AssetFetcher
Defined in: react/src/hooks/useIntermactPlayer.ts:16
Resolve text assets during the build pass (SVG, JSON).
seed?
readonlyoptionalseed?:string|number
Defined in: react/src/hooks/useIntermactPlayer.ts:14
Seed for the program RNG (same seed ⇒ same output).