Skip to content

Releases: Jay-Karia/pigment-ts

v0.2.5

14 Sep 09:35
Compare
Choose a tag to compare

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

v0.2.4

13 Sep 07:29
Compare
Choose a tag to compare

Optimized codebase and reduced bundle size

v0.2.3

12 Sep 14:15
Compare
Choose a tag to compare

Forgot to build 😶

v0.2.2

12 Sep 13:53
Compare
Choose a tag to compare

Fix readme example

v0.2.0

12 Sep 13:22
Compare
Choose a tag to compare

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

v0.1.0

11 Sep 07:35
Compare
Choose a tag to compare

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!