Files
qr-scanner/types
Daniel 60a2b3b2ce Import worker as dynamic import
Doed now not import the worker as a separate worker script via the Worker
constructor which required copying over the worker script and specifying
QrScanner.WORKER_PATH. Instead, the dynamic import will now be handled
automatically by bundlers like Rollup or Webpack.
2022-02-02 17:42:30 +01:00
..