Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@alchemyalcove/hsl-to-rgb

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

@alchemyalcove/hsl-to-rgb

Convert hsl to rgb

    1.0.2latest
    GitHub

Version published
Maintainers
1
Weekly downloads
448
decreased by-37.6%

Weekly downloads

Changelog

Source

V1.0.2

  • UMD and minification support

Readme

Source

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

Keywords

FAQs

Last updated on 02 Oct 2018

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc