1.0.6 • Published 5 months ago

common-color v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

common-color

A utility that analyzes an image and returns the most common color present in the image

npm version License

Describe your package in a brief statement here.

Installation

You can install the package via npm:

npm install common-color

Usage

import {getColor} from "common-color"

getColor("./skill.png", (color) => {
  console.log(color);
});
1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago