Skip to content

tobiaswaelde/simple-color-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This package provides functions to simple convert HSV, HSL and RGB colors into each other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published