Use gm as node module dependency and not command line local install, This will let users use imagemagick instead for convert.
- Side question, whats the idea behind the .png convert? why isnt ffmpeg being used to convert from movie to gif all together?
Use gm as node module dependency and not command line local install, This will let users use imagemagick instead for convert.