most-used-color
v0.0.2
Published
Find the most used pixel color in an image.
Readme
most-used-color 
Find the most used pixel color in an image.
Install
$ npm install --save most-used-colorUsage
const mostUsedColor = require('most-used-color');
mostUsedColor('unicorns');
//=> 'unicorns & rainbows'API
mostUsedColor(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Chris Vandenberg
