Extract prominent colors from an image. Vibrant.js is a javascript port of the awesome Palette class in the Android support library.
See the website: http://jariz.github.io/vibrant.js/
##Installing
####Bower
bower install vibrant
####Download
See our releases
##Building
npm install
bower install
- Compile gulpfile:
coffee -c gulpfile.coffee
gulp
- Done. Optionally run
gulp watch
for automatic compiling.