1.0.4 • Published 4 years ago

hex_a-to-rgba v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

npm version

hex_a-to-rgba

How To Use:

First require the package:

$ const convertColor = require("hex_a-to-rgba");

Then call the function with a value:

convertColor ('');   // Will return an error message

convertColor ('#000000');   / will return rgb(0,0,0)

convertColor ('( 255,255,255,.5)') / will return #ffffff80
NPM Package at: https://www.npmjs.com/package/hex_a-to-rgba
Contribute to the project or fork it if you like ! :)
Have fun. XD
1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago