react-qrcode-logo icon indicating copy to clipboard operation
react-qrcode-logo copied to clipboard

React + Typescript component to generate a QR Code with custom colors and logo

Results 20 react-qrcode-logo issues
Sort by recently updated
recently updated
newest added

We are trying to write the tests for the component where we are using this. Although while running the test we are getting the error The code we are writing...

eyeRaduis prop is not enough to make the corner squares circles, it would be nice to have another prop to make the corner square or circle.

Not an issue, but would love for the logo to have rounded corners / be a perfect circle :) Thanks

Added the ability to change the scale. There was a problem on the phones, because of the scale of the qr-code became less clear

Hello, I set size value to 217, but in canvas attributes i see height = 434, width = 434 on mobile browser

Is there some function that I can get the Qrcode as svg ? To clarify my use case: I want to generate many qrcodes at once and put all together...

I was wondering what is the largest string that it can display

I found that when we applied darker color on bgColor prop, iPhone could successfully detect the qr code but in Android is really hard to scan it (couldn't be detected...

This allows the user to constrain the canvas to a specific size or add other css styles. Optional and defaults to the size of the canvas, as before.

I'd like to style my QR code such that the colors are based on the user's selected theme, which includes css variables set to certain colors (--primary, --secondary, etc). But...