UNPKG
@alchemyalcove/rgb-to-hsl
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Convert rgb to hsl
github.com/AlchemyAlcove/RGBtoHSL
AlchemyAlcove/RGBtoHSL
@alchemyalcove/rgb-to-hsl
/
index.js
3 lines
(2 loc)
•
74 B
JavaScript
View Raw
1
2
3
var
RGBtoHSL
=
require(
"./dist/index.min.js"
);
module
.
exports
= RGBtoHSL;