albers
v1.0.5
Published
![](albers.png)
Downloads
7
Maintainers
Readme
albers.js
Albers.js
Primary and point color palettes from images the DOM.
Install
$ npm install albers
Usage
import getColors from 'albers';
var palette = getColors('image', 5);
console.log(palette);