1.0.0 • Published 6 years ago
@jhonalino/hsl-to-hex v1.0.0
hsl-to-hexConvert HSL colors to RGB colors in hex format.## Install bashnpm install --save @jhonalino/hsl-to-hex
## APIrequire('hsl-to-hex') => Functionhsl(hue, saturation, luminosity)` => String
## Examplejsvar hsl = require('hsl-to-hex')var hue = 133var saturation = 40var luminosity = 60var hex = hsl(hue, saturation, luminosity)console.log(hex) // #70c282
## LicenseISC
1.0.0
6 years ago