I'm wondering if it's possible to preview a .gif image within a canvas element and uploaded it as an 'image/gif' file type. I found this SO question, but it incorrectly mentions .gif in the title but no references on how to deal with canvas and gifs within any of the responses/comments.
According to the docs, 'image/gif' is not an accepted type for toDataUrl
. Is there a workaround / lib which will allow me to place a gif within a preview canvas and upload the canvas file as a gif?