zxing-js / browser

ZXing for JS's browser layer with decoding implementations for browser.
MIT License
213 stars 43 forks source link

Fix: set willReadFrequently attribute for multiple readback operations in scan method. #134

Closed gianmarco27 closed 3 months ago

gianmarco27 commented 3 months ago

Follows the same logic of @zxing-js/library

Closes #117