1.0.6 • Published 11 months ago

rgb-to-hex-converter v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

rgb-to-hex-converter

Converts an rgb color to hex color

Usage

const convert = require('rgb-to-hex-converter').convertToHex;
let hex = convert(255,255,255); //convert(r,g,b)
if(hex){
    console.log(hex)
}else{
    console.log('Wrong color format!')
};

Installation

npm i rgb-to-hex-converter
1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago