1.1.0 • Published 5 years ago

colority v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Installation

$ yarn add colority

Usage

DEMO

import colority from 'colority';

colority(imageURL, colors => {
    // do something here...
});

// or skip pixels

colority(imageURL, {
    skip: 1000,
}, colors => {
    // do something here...
});

APIs

  • colority(imageURL[, options], colors => {})
    • imageURL: picture url.
    • options.skip: skip pixels(Optional, default to 10).
    • colors: the extracted rgb colors(Sort by quantity).

License

Licensed under the MIT License