simple-color-convert

1.0.0 • Public • Published

Simple Color Convert

Functions

  • hsv2hsl
  • hsl2hsv
  • hsv2rgb
  • rgb2hsv
  • hsl2rgb
  • rgb2hsl

Usage

import { hsv2rgb, rgb2hsv } from 'simple-color-convert';
 
const rgb = hsv2rgb(300, 0.9, 0.5);
const hsv = rgb2hsv(255, 0, 0);

Readme

Keywords

Package Sidebar

Install

npm i simple-color-convert

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

18.2 kB

Total Files

10

Last publish

Collaborators

  • tobiaswaelde