1.0.6 • Published 2 years ago

common-color v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago