UNPKG

@youtwitface/ntcjs

Version:

A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/

3 lines (2 loc) 103 B
declare const getColorName: (color: string) => [string, string, boolean]; export default getColorName;