Skip to main content

c2pa.selectproducer

Home > c2pa > selectProducer

selectProducer() function

Gets the producer of this manifest, derived from its stds.schema-org.CreativeWork assertion, if available

Signature:
export declare function selectProducer(manifest: Manifest): Author | null;

Parameters

ParameterTypeDescription
manifestManifestManifest to derive data from
Returns:

Author | null