Skip to content

Releases: bgrins/TinyColor

Version 1

06 Jul 20:13
Compare
Choose a tag to compare

This release changes the API, adding the modification and combination functions onto the instance of the object.

Instead of tinycolor.desaturate(tinycolor.lighten('red')), now you can run tinycolor("red").lighten().desaturate().

All changes for this release: 0.11.2...1.0.0