img-color

1.0.2 • Public • Published

img-color

Get dominant color of image directly from url

Build Status npm npm

Install

$ npm install img-color

Usage

const color = require('img-color');
color.getDominantColor(url)
  .then(json => console.log(json))
  .catch(err => console.error(err));

Output

returns json object wher key is dColor and value hex formated color

{ dColor: 'ffc20c' }

Package Sidebar

Install

npm i img-color

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • kkalfas