Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2014-07-06 | 324 Bytes | |
Version 1.tar.gz | 2014-07-06 | 139.1 kB | |
Version 1.zip | 2014-07-06 | 142.4 kB | |
Totals: 3 Items | 281.8 kB | 0 |
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