Skip to content

arslivinski/color-matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.