c2pa.c2paconfig
Home > c2pa > C2paConfig
C2paConfig interface
Signature:export interface C2paConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| downloaderOptions? | Partial<DownloaderOptions> | (Optional) Options for the asset downloader | |
| fetchRemoteManifests? | boolean | (Optional) By default, the SDK will fetch cloud-stored (remote) manifests. Set this to false to disable this behavior. | |
| poolOptions? | Partial<WorkerPoolConfig> | (Optional) Options for the web worker pool | |
| settings? | ToolkitSettings | (Optional) | |
| wasmSrc | WebAssembly.Module | string | The URL of the WebAssembly binary or a compiled WebAssembly module | |
| workerSrc | string | The URL of the web worker JavaScript file |