Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 637 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 637 Bytes

Vibrant.js

Extract prominent colors from an image. Vibrant.js is a javascript port of the awesome Palette class in the Android support library.

Demo & usage docs

See the website: https://jariz.github.io/vibrant.js/

##Installing ####Bower bower install vibrant ####Download See our releases

##Building

  1. npm install
  2. bower install
  3. Compile gulpfile: coffee -c gulpfile.coffee
  4. gulp
  5. Done. Optionally run gulp watch for automatic compiling.