Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / File / PictureUploadOptions

Interface: PictureUploadOptions

Properties

maxSize

maxSize: number

maximum size of an uploaded picture

Defined in

src/files/useFile.js:59


picSize

picSize: number

width of the rendered picture

Defined in

src/files/useFile.js:58


preserveRatio

preserveRatio: boolean

should we preserve the original picture aspect ratio?

Defined in

src/files/useFile.js:57

MIT