0.0.3 • Published 5 years ago

qc-image-lrz v0.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

qc-image-lrz

一个 js 图片压缩库,用以压缩 jpg/png 格式图片

作者:YanEr

npm 包

npm.io

安装:npm install --save qc-image-lrz

vue 项目使用示例

import QcImageLrz from 'qc-image-lrz'
const ilt = new QcImageLrz()
//file可以时文件域,也可以是base64
//resultMode值可为:file/base64,then返回对应类型数据
return ilt.compress(file, { resultMode: 'file' }).then(compressRes => {
  return compressRes
})

参考

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago