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
Parameter | Type | Description |
---|---|---|
manifestStore | ManifestStore | c2pa manifest store object |
Promise<DisposableL2ManifestStore>