Releases: bgrins/TinyColor
Releases · bgrins/TinyColor
Version 1
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