@alchemyalcove/hsl-to-rgb

Convert hsl to rgb

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@alchemyalcove/hsl-to-rgb
101.0.24 years ago4 years agoMinified + gzip package size for @alchemyalcove/hsl-to-rgb in KB

Readme

AlchemyAlcove HSL to RGB
Simple HSL to RGB conversion.
Why this package vs the other options.
This package is super light weight. There are some great alternatives that have every conversion type in one library, but this is for those of us that only need the one.
It is also built with web support in mind.
CircleCI
Converts HSL arrays into RGB arrays.
341 bytes download size minified.

Install

npm install --save @alchemy-alcove/hsl-to-rgb

Use

import Convert from "@alchemyalcove/hsl-to-rgb";

Convert([210, 29, 24]);