pigment-ts

🎨 A lightweight utility for color manipulation and conversion.

MIT License

Downloads
448
Stars
3

Bot releases are hidden (Show)

pigment-ts - v0.2.5 Latest Release

Published by Jay-Karia about 1 month ago

Improved test coverage report to minimum of 98%
Reduced bundle size
Improved performance of convertColor() utility

pigment-ts - v0.2.4

Published by Jay-Karia about 1 month ago

Optimized codebase and reduced bundle size

pigment-ts - v0.2.3

Published by Jay-Karia about 1 month ago

Forgot to build 😶

pigment-ts - v0.2.2

Published by Jay-Karia about 1 month ago

Fix readme example

pigment-ts - v0.2.0

Published by Jay-Karia about 1 month ago

Summary

  • Two new format support
  • Two new utility functions

New Features

  • Add support for HSLA and RGBA formats.
  • New utility functions for opacity control and color blending
pigment-ts - v0.1.0

Published by Jay-Karia about 1 month ago

Comes with some basic functionality.

  • Color Conversion: Convert colors between HEX, RGB, HSL and Tailwind CSS formats.
  • Color Manipulation: Lighten or darken a color by a specified percentage.
  • Random Color Generation: Generate random colors in HEX, RGB, HSL, or Tailwind CSS format.

More features coming soon!