Jason Rojas

Results 2 issues of Jason Rojas

Any chance we can get support for: ``` gifshot.createGIF({ 'images': ["data:image/jpeg;base64,/9...", "data:image/jpeg;base64,/9"], 'text': ["Text1", "Text2"] }, function (obj) { if(!obj.error) { var image = obj.image, animatedImage = document.createElement('img'); animatedImage.src =...

enhancement

This allows the network info to be pulled down. -jason