图形示例

调用方式
const res = await this.$compressImage(file)
console.log(res) // {file:Blob,base64:String}
1
2
2
参数说明
| 参数 | 说明 | 类型 |
|---|---|---|
| file | Blob对象 | Blob |
← 暂无数据 calendarJS →
前端文档 
const res = await this.$compressImage(file)
console.log(res) // {file:Blob,base64:String}
| 参数 | 说明 | 类型 |
|---|---|---|
| file | Blob对象 | Blob |
← 暂无数据 calendarJS →