Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 290 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 290 Bytes

Color Matcher

Simple application that will take a hex color and will find the most aproximated one on a provided list of colors.

It does that by calculating a weighted Euclidean distance.

Running

On the root of repository, run:

npm exec serve

or your server of choice.