UNPKG

color-classifier

Version:

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

9 lines (7 loc) 155 B
import React from "react" import { render } from "react-dom" import App from "./components/app.js" render( <App />, document.getElementById("app") );