@contentauth/c2pa-node


@contentauth/c2pa-node / ResourceAsset

Type Alias: ResourceAsset

ResourceAsset = object

Defined in: types.d.ts:110

The return type of resourceToAsset. When the asset is a file, returns the number of bytes written. When the asset is a buffer, returns an object with the buffer and bytes written.

Properties

buffer

buffer: Buffer

Defined in: types.d.ts:110


bytes_written

bytes_written: number

Defined in: types.d.ts:110