@contentauth/c2pa-js
    Preparing search index...
    interface Config {
        settings?: Settings;
        wasmSrc: string | Module;
    }
    Index

    Properties

    Properties

    settings?: Settings

    Settings for the SDK.

    wasmSrc: string | Module

    URL to fetch the WASM binary or an already-instantiated WASM module.