1.0.0 • Published 7 years ago

@buxlabs/colors v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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