Skip to content

lumilio-web / hooks/util-hooks/useExportImage / ExportOptions

Interface: ExportOptions

Defined in: hooks/util-hooks/useExportImage.tsx:12

Properties

filename?

optional filename?: string

Defined in: hooks/util-hooks/useExportImage.tsx:17


format

format: "jpeg" | "png" | "webp" | "original"

Defined in: hooks/util-hooks/useExportImage.tsx:13


maxHeight?

optional maxHeight?: number

Defined in: hooks/util-hooks/useExportImage.tsx:16


maxWidth?

optional maxWidth?: number

Defined in: hooks/util-hooks/useExportImage.tsx:15


quality

quality: number

Defined in: hooks/util-hooks/useExportImage.tsx:14