Releases: jzecca/color-curve-adjust
Releases · jzecca/color-curve-adjust
v3.0.1
Changes
- Any combination of channels can now be adjusted using the optional
channels
argument (defaults torgb
). - TypeScript support
- Add licence
- Now bundled with Parcel
- Move CI from Travis + Coveralls to Github Actions + Codecov
Breaking changes
-
Drop support for Node < 12
-
Only one exposed method (back to v1.0.0 behavior):
-curveAdjust.rgb('#5a2149', curve); +curveAdjust('#5a2149', curve);