change-hex-to-rgb
v1.0.2
Published
This Package is easy to change Hex To RGB.For example: hexToRGB('#ffffff'),result is 255,255,255. Next hexToRGB('#ffffff', .2) is 255,255,255,0.2
Downloads
4
Maintainers
Readme
This Package is easy to change Hex To RGB. For example: => hexToRGB('#ffffff') => result is 255,255,255. => For Opacity => hexToRGB('#ffffff', .2) is 255,255,255,0.2.