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

Hi! Thank you a lot for very good project! Now I need to generate big QR codes with many information. Has a some problem with qrious settings. ![does_not_fit](https://user-images.githubusercontent.com/11248900/31868381-c167e694-b7a6-11e7-98ad-2690f90047f4.PNG) QR code...

![下载 (2)](https://user-images.githubusercontent.com/15384445/101374309-f6da4580-38e8-11eb-9deb-d6fd39f92f67.png) qr.background = '#cfcfcf'; qr.backgroundAlpha = 1.0; qr.foregroundAlpha = 1.0; qr.foreground = '#000000'; qr.level = 'L'; qr.padding = 10; qr.size = 220; qr.value = 'https://github.com/neocotic/qrious/issues/123';

The code was already in place to auto center the QR code but was being blocked in the `getOffset()` function by checking for the padding improperly. I added a second...

Hi, did post this before but to a closed one #2 As wanted to use the library, I have made a tweak to fix the issue this just one line...

On many browsers, reading canvas is blocked or requires asking users permissions. Currently it seems the qrious library while writing a canvas performs as well a read and this results...

I know that I just split out the code into multiple modules and repositories in #53, however, it's already becoming challenging for maintaining versioning and collaboration. While we still only...

build

当需要生成二维码的字符串很长,而我设置的size只有100,这个时候生成的二维码并没有铺满canvas,而是会有一个很大的边框。 具体可以查下下面的图片 示例所使用的字符串为 http://dev.acagrid.com/index/autoimport/docclaim?colgid=111&uid=123456&id=145&fromuid=1234 ![image](https://user-images.githubusercontent.com/15272750/39857426-e71511da-5465-11e8-8ea1-0279cddb4c69.png)