common-color
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i common-color

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

12.3 kB

Total Files

15

Last publish

Collaborators

  • fahdhakem