Skip to content

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

Interface: ExportOptions

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

Properties

filename?

optional filename: string

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


format

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

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


maxHeight?

optional maxHeight: number

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


maxWidth?

optional maxWidth: number

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


quality

quality: number

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