lumilio-web / hooks/util-hooks/useExportImage / ExportOptions
Interface: ExportOptions
Defined in: hooks/util-hooks/useExportImage.tsx:11
Properties
filename?
optionalfilename:string
Defined in: hooks/util-hooks/useExportImage.tsx:16
format
format:
"jpeg"|"png"|"webp"|"original"
Defined in: hooks/util-hooks/useExportImage.tsx:12
maxHeight?
optionalmaxHeight:number
Defined in: hooks/util-hooks/useExportImage.tsx:15
maxWidth?
optionalmaxWidth:number
Defined in: hooks/util-hooks/useExportImage.tsx:14
quality
quality:
number
Defined in: hooks/util-hooks/useExportImage.tsx:13
