benjaminadk / gif-encoder-2

Encode GIFs with Node
The Unlicense
58 stars 18 forks source link

How to use this for Web Apps #20

Closed typhoon11 closed 2 years ago

typhoon11 commented 2 years ago

I have my website and I want to display the animated canvas on there, for the static canvas I can do it.toDataURL() to get the base64 data and add it in img src. But not able to do that for gif canvas.