react-qr-code
react-qr-code copied to clipboard
A QR code generator for React and React Native.
what i want to pass in the QrCode is a VCard (Contact info) with image64 based.. but i get an error with the image, example: BEGIN:VCARD VERSION:3.0 FN;CHARSET=UTF-8:Emmanuel Lohora N;CHARSET=UTF-8:Lohora;Emmanuel;;;...
It would be nice if the returned VDOM could be the SVG data embedded into either a canvas or `img`, allowing it to be more easily saved as a PNG...
Hi @rosskhanas Thank you for your hard work in making this awesome package. I'm already used this package for more than 6 months now. But, I have some reports from...
First of all thanks a lot for your work in this library! Recently, the GitHub project of `qr.js` (linked by npm) has been compromised and points to an [empty repo](https://github.com/shtylman/qr.js)...
QR codes support compact encodings for codes that contain only digits or that contain only uppercase letters, digits and selected symbols. Many QR code libraries automatically use the most efficient...
resolves #187
Hi, First of all thanks for your work on this library. Currently, the version used of react-native-svg has 2 critical vulnerabilities. I tried fixing the dependencies in this repo myself...
With any input of 1-16 characters, the library correctly generates QR Codes. These QR Codes are consistent with other QR Code generation tools and read correctly in my tests (tested...
Ridiculous PR, but here goes.... The `title` prop does not exist.
In the README, where the API is described, it indicates that a `title` property (string) will be accepted. However, trying to specify that in a Next.js TypeScript project shows an...