1.0.2 • Published 5 years ago

rcolor.js v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago