let ins=new PictureScale();
ins.init('input[type=file]',0.1)
// get Image base64
ins.imgBase64
// get Image webp base64
ins.webpBase64
// download picture
ins.download()Type: string
selector of html's tag.
Type: number
Scale the image.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
let ins=new PictureScale();
ins.init('input[type=file]',0.1)
// get Image base64
ins.imgBase64
// get Image webp base64
ins.webpBase64
// download picture
ins.download()Type: string
selector of html's tag.
Type: number
Scale the image.