react-qrcode-logo
react-qrcode-logo copied to clipboard
React + Typescript component to generate a QR Code with custom colors and logo
It would be great to be able to set the `linear-gradient` of the `bgColor`, `fgColor` and etc.
It'd be great to be able to have a title either above or below the QR code *on canvas*.
Please save me from this: ``` = 17 && uri.length < 33 ? 9 : uri.length >= 33 && uri.length < 54 ? 12 : uri.length >= 54 && uri.length...
I have own design and want to add style `fgColor="linear-gradient(94deg, #2451AB 0%, #7C9CE3 100%);"` to props, but it didn't work. Please fix it 🤓
Hi, When you have a logoImage and when you want bgColor="transparent" the qr code is seeping through. It used to work well before updating to a newer version. Can you...
Currently, it feels like there is no way to add any styling to the `logoImage`. Also after opening the HTML inspector for a minute I was not able to locate...
1. ref from QRCode does not give u access to the canvas dom element (@gcoro i honestly thing u should export with forwardRef and assign it to the canvas ......
I would like to offer the QR code for download but with some more context, e.g. instructions on where to scan it and for what purpose. For this reason it...
./node_modules/react-qrcode-logo/lib/index.tsx:282:24 Type error: This expression is not callable. Type '{ default: QRCodeFactory; stringToBytes(s: string): number[]; stringToBytesFuncs: { [encoding: string]: (s: string) => number[]; }; createStringToBytes(unicodeData: string, numChars: number): (s: string)...