c2pa.createl2manifest
Home > c2pa > createL2Manifest
createL2Manifest() function
Creates a manifest representation suitable for use with c2pa-wc.
Signature:export declare function createL2Manifest(manifest: Manifest): Promise<DisposableL2Manifest>;
Parameters
Parameter | Type | Description |
---|---|---|
manifest | Manifest | c2pa manifest object |
Promise<DisposableL2Manifest>