img-compress-tool

1.0.5 • Public • Published

img-compress

A simple JS image compression tool

一个简单的图片js图片压缩工具

Install

 npm install img-compress-tool

Usage

import ImgCompress from 'img-compress-tool'
 
new ImgCompress(file, quality, size, width).initCompress(function (data) {
  let file = data.file // 压缩后的图片文件
  let baseUrl = data.baseUrl // 压缩后图片base64 url
})
 
 

API

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i img-compress-tool

      Weekly Downloads

      2

      Version

      1.0.5

      License

      MIT

      Unpacked Size

      5.86 kB

      Total Files

      8

      Last publish

      Collaborators

      • landluck