What's New
Learn about the features and improvements in latest version
Latest Version: 0.2
Support for HSLA and RGBA formats
PigmentTS now supports HSLA and RGBA color formats. You can now convert colors to HSLA and RGBA formats using the convertColor
function.
New utility functions for opacity control and color blending
PigmentTS now includes new utility functions for opacity control and color blending. You can now adjust the opacity of a color using the setOpacity
function and blend two colors together using the blendColors
function.
Optimized codebase for better performance and reduced bundle size
PigmentTS has been optimized for better performance and reduced bundle size. The codebase has been refactored to improve performance and reduce the overall bundle size of the library.