Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: no ImageBitmap support in Safari
Doing a `object instanceof ImageBitmap` check itself requires ImageBitmap support. Since Safari doesn't support it, this causes a reference error. Fixed in new barcode-detector version. Issue: #248
- Loading branch information