1.0.2 • Published 8 years ago

node-album-color v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

node-album-color

Pick's the most intresting 3 colors from a givin photo (URL,file or stream)

Based on AlbumColors.js and rewriten to work on node server.

Use examaple on this site

use

var sc = require("node-album-color")

sc.getColorsArray('http://img.poob.me/bar_photos/245.jpg',function(color){
    console.log('test',color)
})

dor@poob.me