JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q66370F
  • License MIT

A simple library for handling conversion of color models (such as rgb, rgba, hex, hsl, etc) and generating different color harmonies (such as complementary, monochromatic, etc).

Package Exports

  • lumino

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lumino) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Lumino

Still WIP

A simple library for handling conversion of color models and generating different color harmonies.

Implemented

Conversion

  • RGBA to RGB
  • HEX to RGB
  • HEX to RGBA

Harmony Generation

N/A

TODO

Conversion

  • HSL to RGB
  • HSL to RGBA
  • HWB to RGB
  • HWB to RGBA
  • CMYK to RGB
  • CMYK to RGBA
  • NCOL to RGB
  • NCOL to RGBA
  • RGBA to HEX
  • RGBA to HSL
  • RGBA to HWB
  • RGBA to CMYK
  • RGBA to NCOL

Harmony Generation

  • Complementary
  • Monochromatic
  • Analogous
  • Split complementary
  • Triadic
  • Tetradic