Skip to content
forked from jariz/vibrant.js

Extract prominent colors from an image. JS port of Android's Palette.

License

Notifications You must be signed in to change notification settings

gijs/vibrant.js

 
 

Repository files navigation

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: http://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.

About

Extract prominent colors from an image. JS port of Android's Palette.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.2%
  • CoffeeScript 23.0%
  • HTML 14.9%
  • CSS 0.9%