Skip to content

Interface: SourceDescriptor

Defined in: packages/core/src/types.ts:25

Identity and logical dimensions of the original image after EXIF orientation.

Properties

hash?

optional hash?: string

Defined in: packages/core/src/types.ts:30

sha256 of the original bytes. The server verifies it before rendering.


height

height: number

Defined in: packages/core/src/types.ts:28


id

id: string

Defined in: packages/core/src/types.ts:26


mimeType?

optional mimeType?: string

Defined in: packages/core/src/types.ts:31


width

width: number

Defined in: packages/core/src/types.ts:27