- Notifications
You must be signed in to change notification settings - Fork235
Extract prominent colors from an image. JS port of Android's Palette.
License
jariz/vibrant.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Extract prominent colors from an image.Vibrant.js is a javascript port of theawesome Palette class in the Android support library.
Please file issues over on thenode-vibrant repo, this repo is kept solely for historical reasons, but ongoing development will happen over there.Despite node-vibrant's name, it works with both node and the browser (with and without UMD support).It is highly recommended you use that project over this one.
See the website:http://jariz.github.io/vibrant.js/
bower install vibrant
See ourreleases
npm install node-vibrant
This is a node compatible version made byAKFish,more info & docs.
npm install
bower install
- Compile gulpfile:
coffee -c gulpfile.coffee
gulp
- Done. Optionally run
gulp watch
for automatic compiling.
Check outTabbie, 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.