ad4m icon indicating copy to clipboard operation
ad4m copied to clipboard

Remove remote CDN dependency for the Barcode Detection Polyfill

Open leifriksheim opened this issue 1 year ago • 0 comments

For ADAM Connect we are using this polyfill to enable QR code reading for mobile: https://github.com/undecaf/barcode-detector-polyfill

This polyfill fetches a CDN remotely for the WASM file. This makes ADAM Connect not usable in Codesandbox, jsfiddle etc. Also it wouldn't work offline, so we should find a way to include the WASM file directly.

leifriksheim avatar Aug 08 '23 10:08 leifriksheim