gif-encoder-2 icon indicating copy to clipboard operation
gif-encoder-2 copied to clipboard

Allow passing in PNG buffers or Base64'd PNG strings to addFrame

Open TomasHubelbauer opened this issue 5 years ago • 0 comments

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.

TomasHubelbauer avatar Dec 08 '19 21:12 TomasHubelbauer