Skip to main content

c2pa.c2paconfig

Home > c2pa > C2paConfig

C2paConfig interface

Signature:
export interface C2paConfig 

Properties

PropertyModifiersTypeDescription
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<WorkerPoolOptions>(Optional) Options for the web worker pool
wasmSrcWebAssembly.Module | stringThe URL of the WebAssembly binary or a compiled WebAssembly module
workerSrcstringThe URL of the web worker JavaScript file