Interface: WebWorkerDecodeConfig
Properties
initializeCodecsOnStartup
initializeCodecsOnStartup:
boolean
Defined in
packages/dicomImageLoader/src/types/WebWorkerTypes.ts:14
strict?
optionalstrict:boolean
Defined in
packages/dicomImageLoader/src/types/WebWorkerTypes.ts:15
wasmBasePath?
optionalwasmBasePath:string
Base path the codec WASM binaries are loaded from. Forwarded from
LoaderOptions.wasmBasePath with the decode task.