lumilio-web / hooks/util-hooks/useExportImage / ExportOptions
Interface: ExportOptions
Defined in: hooks/util-hooks/useExportImage.tsx:5
Properties
filename?
optionalfilename:string
Defined in: hooks/util-hooks/useExportImage.tsx:10
format
format:
"jpeg"|"png"|"webp"|"original"
Defined in: hooks/util-hooks/useExportImage.tsx:6
maxHeight?
optionalmaxHeight:number
Defined in: hooks/util-hooks/useExportImage.tsx:9
maxWidth?
optionalmaxWidth:number
Defined in: hooks/util-hooks/useExportImage.tsx:8
quality
quality:
number
Defined in: hooks/util-hooks/useExportImage.tsx:7
