rgba-to-rgb
Color conversion function
Usage
const RGB_background = 'rgb(255, 120, 5)'const RGBA_color = 'rgba(123, 233, 33, 0.5)'const RGB_color = // rgb(189, 177, 19)
Credits
Based on rgba2rgb example by @marcodiiga
Color conversion function
const RGB_background = 'rgb(255, 120, 5)'const RGBA_color = 'rgba(123, 233, 33, 0.5)'const RGB_color = // rgb(189, 177, 19)
Based on rgba2rgb example by @marcodiiga
npm i rgba-to-rgb
1,540
1.0.2
MIT
7.08 kB
8