qr-scanner by Nimiq — https://github.com/nimiq/qr-scanner
Version 1.4.2
License: MIT (see LICENSE in this directory)

Bundled locally because the WordPress.org Plugin Directory requires all
assets to be served from the plugin, not from a CDN.

Files:
  qr-scanner.umd.min.js        production bundle loaded by the plugin
  qr-scanner-worker.min.js     decoding web worker
  qr-scanner.ts                original human-readable source
  *.map                        source maps

The unminified TypeScript source is included alongside the minified build so
the code shipped here can be read and rebuilt. To rebuild from upstream:

  npm install qr-scanner@1.4.2
  # then copy node_modules/qr-scanner/qr-scanner.umd.min.js and
  # qr-scanner-worker.min.js into this directory.
