1.2.1 • Published 2 years ago

image-color-tool v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

image-color-tool

图片处理工具

https://gitee.com/wongest/image-color-tool

npm (scoped) npm (scoped)

Install

$ npm i image-color-tool

Usage

import { getImageColor, compress } from 'image-color-tool';

// 获取图片的主题颜色
getImageColor(url)
    .then(rgb => {
    console.log(rgb)
  }, err => {
    console.log(err)
  })

// 压缩图片尺寸
compress(url, scale)
  .then(base64 => {
    console.log(base64)
  }, err => {
    console.log(err)
  })
1.2.1

2 years ago

1.2.0

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago