1.0.1 • Published 8 years ago

is-color-bright v1.0.1

Weekly downloads
45
License
MIT
Repository
github
Last release
8 years ago

is-color-bright

is-color-bright

NPM version build status Downloads js-standard-style

It takes in a rgb value like rgb(255, 255, 255), it returns a boolean value of whether is bright or not

Installation

$ npm install is-color-bright

Usage

const isColorBright = require('is-color-bright')

// return true/flase
isColorBright('rgb(255, 255, 255)')

License

MIT