gif-encoder-2
gif-encoder-2 copied to clipboard
Allow passing in PNG buffers or Base64'd PNG strings to addFrame
Hi, I'd like to request a feature be added where we can directly pass a Buffer
containing image data or a Base64 string containing image data to addImage
. canvas
could still be used behind the scenes to get the image pixels, but the API would be neater for it.