+ 3
Adding text to gif with js.
I want to add a text to gif with javascript and download it. How can I do that? Please give me links.
1 Antwort
+ 10
How to generate a gif with canvas and download it:
http://kumarcode.com/Generating-a-GIF-from-a-Http-canvas/
How to add gifs to canvas:
https://stackoverflow.com/questions/48234696/how-to-put-a-gif-with-canvas
How to download a simple image from canvas:
https://jsfiddle.net/user2314737/28wqq1gu/
Hope it helps