@contentauth/c2pa-js
    Preparing search index...
    interface BuilderSettings {
        generateC2paArchive: true;
        thumbnail?: { enabled?: boolean };
    }
    Index

    Properties

    generateC2paArchive: true

    Whether to generate a C2PA archive (instead of zip) when writing the manifest builder.

    Note: c2pa-rs is deprecating the zip archive path — this setting is expected to be removed in a future release and should always be left true.

    thumbnail?: { enabled?: boolean }

    Settings for automatic thumbnail generation.

    Type Declaration

    • Optionalenabled?: boolean

      Whether to automatically generate a thumbnail for the asset being built, if possible.