Skip to main content

c2pa.createl2manifeststore

Home > c2pa > createL2ManifestStore

createL2ManifestStore() function

Creates a manifest store representation suitable for use with c2pa-wc.

Signature:
export declare function createL2ManifestStore(manifestStore: ManifestStore): Promise<DisposableL2ManifestStore>;

Parameters

ParameterTypeDescription
manifestStoreManifestStorec2pa manifest store object
Returns:

Promise<DisposableL2ManifestStore>