1.0.13 • Published 2 years ago

@anzerr/color.util v1.0.13

Weekly downloads
191
License
MIT
Repository
github
Last release
2 years ago

Intro

GitHub Actions status | publish

Color transformation util between HSL, HSV, HUE and RGB

alt text

Install

npm install --save git+https://github.com/anzerr/color.util.git
npm install --save @anzerr/color.util

Example

const {rgb, hsl} = require('color.util');

let a = rgb(255, 0, 0).totoHsv();
console.log(a); // ?
let b = hsl(...a).toRgb();
console.log(b); // [255, 0, 0]
1.0.13

2 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.4

5 years ago

1.0.5

5 years ago