sole / Animated_GIF

Javascript library for creating animated GIFs
https://sole.github.io/Animated_GIF
225 stars 53 forks source link

Use modules from npm, simplify build /2 #31

Closed fregante closed 8 years ago

fregante commented 8 years ago

Same as #30, except NeuQuant since the version on npm is not compatible. I thought I'd give it another go. This time I opened the tests file and they work 👍

fregante commented 8 years ago

I added a couple more features that you wanted ;)

https://github.com/sole/Animated_GIF/issues/11 https://github.com/sole/Animated_GIF/issues/26 https://github.com/sole/Animated_GIF/issues/27

But if you want to merge the first 3 for now I can send a secondary PR

sole commented 8 years ago

Brilliant stuff! I cherry picked the commit for fixing #28 - the rest merged quite cleanly! I will close the rest of bugs. I tested everything and the tests do work!

Wow - THANKS!!! :)

(I added an extra bit to make sure the dist/ build directory exists, otherwise browserify failed)