@alchemyalcove/hsl-to-rgb

Convert hsl to rgb

Usage no npm install needed!

<script type="module">
  import alchemyalcoveHslToRgb from 'https://cdn.skypack.dev/@alchemyalcove/hsl-to-rgb';
</script>

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]);