qrious icon indicating copy to clipboard operation
qrious copied to clipboard

Pure JavaScript library for QR code generation using canvas

Results 43 qrious issues
Sort by recently updated
recently updated
newest added

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.1 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Fibble - Add New Products &nbsp &nbsp Done Please fill product details Product Name // Initialize Web3 if (typeof web3 !== 'undefined') { web3 = new Web3(web3.currentProvider); web3 = new...

Could you kindly explain how the LEVEL value affects or improves the resulting QR Code generated by your awesome script? What is the suggested or recommended value to be used...

Are you looking forward on making a password protected qr code?

Hi, My code was working fine until I updated chrome, since then this code returns: new QRious ({ element: document.getElementById("qrcodecanvas"), level: 'H', padding: 0, size: 250, value: dataqr }); Uncaught...

I wanted to have the option to change the color just where the data is. it would be gray in this image below. ![image](https://user-images.githubusercontent.com/50336793/128958786-5129e6da-4cf1-42bc-b37f-bd09c36b825c.png)

Line 22 `(global.QRious = factory());` got me the error `TypeError: Cannot set property 'QRious' of undefined` My code was a simple ```js var qrcode = new QRious({ element: canvas, value:...

Kindly thank you for this library 👍 Is there an easy way to access the underlying QR 'modules'? i.e. to get access to the two-dimensional bits array comprising the QR...

`var qr = new QRious({ element: document.getElementById('qr'), value: "hello \u03A9" });` When scanned, It's supposed to show "hello Ω". But instead, it shows "hello #©"