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
As described in the readme, WORKER_PATH had to point to the location where the worker script is hosted, e.g. relative to the index.html or as an absolute URL, not to a path in your source code, see
`qr-scanner-worker.min.js` is a plain Javascript file for the separate worker thread and needs to be copied over to your project. You should then point `QrScanner.WORKER_PATH` to the location where it will be hosted:
I have tried what you gave me, And I get an error (Worker is not defined) where should I justify it?
The text was updated successfully, but these errors were encountered: