Skip to content

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

Interface: ExportOptions

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

Properties

filename?

optional filename: string

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


format

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

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


maxHeight?

optional maxHeight: number

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


maxWidth?

optional maxWidth: number

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


quality

quality: number

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