@buxlabs/colors
Version:
Color namer
26 lines (14 loc) • 390 B
Markdown
Colors is a package for use in Node.js or the browser that can convert colors to names.
`npm install @buxlabs/colors`
```js
import colors from '@buxlabs/colors'
colors.name('#f00')
```
The method uses the `color-namer` package that can be found here https://www.npmjs.com/package/color-namer
- add contrast color checker