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
I made the version for internal use on local git. There are much "just for one case" changes and I certainly can't afford to support it over time if made public.
There is an example for those who want to move from buggy exif-js.
Current code: https://github.com/kirill3333/react-avatar/blob/master/src/avatar.jsx#L198-L209
Code with exifreader 4.13.0:
Changes begin after
const ref = this;
: we do 2 steps on the stairs to the promise hell and voi la!P.S.
LoadImage
call is unchanged, just moved inside.finally
callback to wait for promise from ExifReader.The text was updated successfully, but these errors were encountered: