@adimvicky/hsl-to-hex
v1.0.0
Published
Convert HSL colors to RGB colors in hex format.
Readme
hsl-to-hex
Convert HSL colors to RGB colors in hex format.
Install
npm install --save @adimvicky/hsl-to-hexAPI
const toHex = require('hsl-to-hex');
let coral = toHex(10,58,54);
console.log(coral);
// logs '#ce5c46'License
ISC
