Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it work with animated GIFs? #224

Closed
arcticio opened this issue May 14, 2016 · 2 comments
Closed

Can it work with animated GIFs? #224

arcticio opened this issue May 14, 2016 · 2 comments

Comments

@arcticio
Copy link

gifshot generates base64 images, which makes FileSaver error somewhere at .createObjectURL().

Is there a trick?

@jimmywarting
Copy link
Collaborator

convert the base64 image to a blob and save it, you should never have to use createObjectURL in other to save it

@jimmywarting
Copy link
Collaborator

See this comment for a solution to convert it to a blob unless gifshot don't already provided a blob for you

#176 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants