colorisbright
v1.0.0
Published
## Installation
Downloads
4
Maintainers
Readme
Color-Is-Bright
Installation
$ npm install Color-Is-Bright
Usage
const ColorIsBright = require("Color-Is-Bright")
//return true/false
ColorIsBright("#FFFFFF") //true
ColorIsBright("#000000") //false
License
MIT