UNPKG

color-classifier

Version:

Classify the color along the reference color. using algorithm the CIEDE2000, RGB, HSV.

16 lines (15 loc) 428 B
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="format-detection" content="telephone=no,address=no,email=no"> <meta name="description" content=""> <title>color-classifier.js</title> <link rel="stylesheet" href="./style.css"> </head> <body> <div id="app" class="full-size"></div> <script src="./bundle.js"></script> </body> </html>