Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@alchemyalcove/rgb-to-hsl

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Issues
File Explorer

Advanced tools

@alchemyalcove/rgb-to-hsl

Convert rgb to hsl

    1.0.5latest
    GitHub

Version published
Maintainers
1
Weekly downloads
711
increased by1.14%

Weekly downloads

Changelog

Source

V1.0.5

  • Update readme

Readme

Source

AlchemyAlcove RGB to HSL

Simple HSL 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 RGB arrays into HSL arrays.

387 bytes download size minified.

Install

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

Use

import Convert from "@alchemyalcove/rgb-to-hsl"; Convert([255, 255, 255]);

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