sdywcd / vibrant.js

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

Home Page:http://jariz.github.io/vibrant.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ####npm npm install node-vibrant
This is a node compatible version made by AKFish, more info & docs.

##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.

##Other cool stuff Check out Tabbie, the fully customisable material new tab page, with all your favorite websites and services!

About

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

http://jariz.github.io/vibrant.js/

License:MIT License


Languages

Language:JavaScript 61.3%Language:CoffeeScript 23.0%Language:HTML 14.8%Language:CSS 0.9%