image-color-tool

1.2.1 • Public • Published

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)
  })

Readme

Keywords

Package Sidebar

Install

npm i image-color-tool

Weekly Downloads

2

Version

1.2.1

License

ISC

Unpacked Size

11.4 kB

Total Files

11

Last publish

Collaborators

  • johnnywong