@buxlabs/colors
v1.0.0
Published
Color namer
Downloads
4
Readme
Colors
Colors is a package for use in Node.js or the browser that can convert colors to names.
Installation
npm install @buxlabs/colors
Usage
import colors from '@buxlabs/colors'
colors.name('#f00')
API
name
The method uses the color-namer
package that can be found here https://www.npmjs.com/package/color-namer
TODO
- add contrast color checker