rcolor.js

1.0.2 • Public • Published

rcolor.js - getting Reverse Color of hex Build Status

install

yarn add rcolor.js

Example

import RColor from 'rcolor.js'

const rcolor = new RColor('#FFFFFF')
rcolor.toRGB() // rgb(255,255,255)
import RColor from 'rcolor.js'

const rcolor = new RColor('#FFFFFF')
rcolor.toReverse() // #000000

testing

using jest.

yarn test

Contributing

Pull requests are welcome.

Readme

Keywords

none

Package Sidebar

Install

npm i rcolor.js

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.67 kB

Total Files

12

Last publish

Collaborators

  • kazumalab