Jonarod

Results 32 comments of Jonarod

From the source code, I can see that the `emit()` function is the one responsible for actually triggering all callback function from `auth.listen(cb)`. So for now, I am using this:...

I was able to bypass this using a direct import of the custom build: ``` /* @ts-ignore */ import ExifReader from 'exifreader/dist/exif-reader.js'; ``` The `/* @ts-ignore */` is not excellent...