1.1.1 • Published 1 year ago

@factor-sef/colorful v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@factor-sef/colorful

Color object for working in JavaScript. Based on CSS Color Module Level 4.

Instalation

npm install @factor-sef/colorful

Usage

import Color from '@factor-sef/colorful';

const color = new Color('#ffffff');

console.log(color.toRgbString()) // => 'rgb(255, 255, 255)'

Roadmap

  • Work with HEX
  • Work with RGB
  • Work with HSL
  • Work with HWB
  • Get/set hue rotation
  • Get/set alpha
  • Get/set satudation
  • Get/set lightness
  • Get/set blackness
  • set scale
  • set greyscale
1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago