You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm working on a project and I'm trying to determine within the browser if a user-uploaded image via file input is animated. Does this library work in the browser?
I've tried passing an ArrayBuffer to isAnimate() but it doesn't work.
I've also tried encoding the ArrayBuffer with btoa() and passing it to isAnimate() but it doesn't work either.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm working on a project and I'm trying to determine within the browser if a user-uploaded image via file input is animated. Does this library work in the browser?
I've tried passing an
ArrayBuffer
toisAnimate()
but it doesn't work.I've also tried encoding the
ArrayBuffer
with btoa() and passing it toisAnimate()
but it doesn't work either.Thanks!
The text was updated successfully, but these errors were encountered: