@contentauth/c2pa-js
    Preparing search index...

    Resource store to contain binary objects referenced from JSON serializable structures

    interface ResourceStore {
        label?: null | string;
        resources: { [k: string]: number[] };
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    label?: null | string
    resources: { [k: string]: number[] }