qrcode icon indicating copy to clipboard operation
qrcode copied to clipboard

A pure JavaScript QRCode encode and decode library.

Results 7 qrcode issues
Sort by recently updated
recently updated
newest added

Please correct to avoid error when qrcode not recognized. ` function decodeMatrix(matrix) { var version = readVersion(matrix); if (!version) { /*version===null*/ return null; } `

I don't know why, I have a [4.0.0. version file](http://midiquiz.altervista.org/temp/qrcode_4.0.js). Can you explain to me that?

## [@nuintun+qrcode+3.0.1.patch](https://www.npmjs.com/package/patch-package) ```diff diff --git a/node_modules/@nuintun/qrcode/esnext/qrcode/decoder/Reader.js b/node_modules/@nuintun/qrcode/esnext/qrcode/decoder/Reader.js index 9ed2864..2f3a198 100644 --- a/node_modules/@nuintun/qrcode/esnext/qrcode/decoder/Reader.js +++ b/node_modules/@nuintun/qrcode/esnext/qrcode/decoder/Reader.js @@ -99,13 +99,15 @@ var Decoder = /*#__PURE__*/ (function () { disposeImageEvents(image); var width = image.width;...

I am requesting support for the [Micro QR](https://barcodeguide.seagullscientific.com/Content/Symbologies/Micro_QR_Code.htm) format. Despite adoption of the format being low, I would love to use this repository in a project involving Micro QR codes...

Hi, I have a question about how to fit the generated qrcode into my HTML. Currently, the generated qrcode is a GIF image which is not scalable. And I don't...

I'm facing one issue where the qrcode library not able to decode the below qrcode image. I tried decode in some other websites or even using my phone qr code...