is-color-bright

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i is-color-bright

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • fraserxu