-
I'm trying to reproduce a working build of a minified .js file containing all of jsqrcode and html5-qrcode.js because I need source maps for our internal error tracking system (Sentry).
I got as far …
-
I am using version 4.3.2
However I get that qrcode and drawingSVG are undefined, the import I am using is:
```
import { qrcode, drawingSVG } from "bwip-js";
```
-
When I access the verifier app (through `https:///verifier`) and click on the `Access to Telco Portal` I get the following JS error:
```
Uncaught (in promise) Error: code length overflow. (1556>1…
-
ReferenceError: socket is not defined
at /www/wwwroot/comunidadezdg/botzdg.js:58:9
at /www/wwwroot/comunidadezdg/node_modules/qrcode/lib/renderer/png.js:29:5
at exports.PNG. (/www/wwwro…
-
I am using the qrcode in div which was launched in a modal window. How do I stop the QR Code & camera after capturing code. Is there a way to stop the qrcode & camera.
It looks like there is no stop…
-
有人在 deno 提供兼容: https://github.com/lowlighter/libs/blob/7e138809c4d645f7ed2411f32744b53c3ecde5b5/qrcode/mod.ts
还有一些更常见的, 但没有测试 deno 兼容性: https://github.com/papnkukn/qrcode-svg/blob/47d56ec28fcd0a3aa…
iugo updated
4 months ago
-
vue.esm.js?efeb:1696 TypeError: Cannot read property 'appendChild' of null
at new Drawing (qrcode.js:361)
at new QRCode (qrcode.js:570)
at VueComponent.qrcodePic (share.vue?5619:78)
…
-
I am getting this error since I moved my project to Typescript (with CJS was working fine):
generate('1@myDUfOyRFgL650YXw7hqOIh97DiPfCTSWvL/lWY0xk5eMO1/RwU2BJQqyKwKCfy4YQ89jbcJpIs9pA==,y+0gkbGCtydk…
-
Hi
I’m tryin to use your library for QRCode. I want that on clicking on the image, I download that QRCode image. If I generate the QRCode once, the downloaded image is not readeble. But it became it …
-
https://github.com/kazuhikoarase/qrcode-generator/blob/2000d1d2fb3537e4ca8ffd89fc96ed94e31fdffc/js/README.md#adddatadata-mode--void
`data` arg seems to be string. Can i pass an Uint8Array? That wou…