0.2.3 • Published 4 years ago

fast-color-lookup v0.2.3

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

Fast Color Lookup

Relatively fast way to find the closest color to a given RGB color.

Usage

const lookup = require('fast-color-lookup');

const colorName = lookup(255, 255, 255);

console.log(colorName); // "white"
0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago