v.3.1.0
In this release function .gradientifize has been splitted up into two functions: .load and .create .
Load function is responsible for loading gradients from presets.JSON, and create function is responsible for creating custom animated gradients.
Also the Babel compiler has been included to the library to compile ES6 code to classic javascript.
Thanks for that the library will work on old browsers, which are not supporting ES6 syntax.