MakG10 / jquery-meme-generator

A jQuery plugin for interactive creating images with captions (memes) with basic image editing tools.
http://maciej.gierej.pl/en/jquery-meme-generator
59 stars 16 forks source link

Can saved image return a base64 gif #21

Open mitkovalkov opened 5 years ago

mitkovalkov commented 5 years ago

Is there any options to save all the frames from a gif? Now saved image return only the first frame. I try to set outputFormat: "image/gif", but still not working. It's return the data:image/png;base64 again.