When using the qr-code-scanner in my project it doesn't detect any QR codes. scan-started event is triggered, code-detected isn't with default regex. Tried with a few QR codes.
It wants to load https://127.0.0.1:8001/dist/local/@dbp-toolkit/qr-code-scanner/qr-scanner-worker.min.js but it doesn't seem to be added to that directory on build or watch-full. Maybe it got broken here 1419ff77@987FCF504483CBC8 .
fyi: There seem to be no tests for events. Also demo and README examples don't show how to listen to events but I figured it out anyways. ^^