TinyColor Versions Save

Fast, small color manipulation and conversion for JavaScript

1.0.0

9 years ago

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: https://github.com/bgrins/TinyColor/compare/0.11.2...1.0.0