-
I would very much like a QR code that leads to a page with a list of defined URLs
(like here: https://www.the-qrcode-generator.com/)
-
https://www.qr-code-generator.com/
https://www.qrcode-monkey.com/#text
-
Other QR code generators in JavaScript have less stars than you, but do have demo pages:
- https://www.nayuki.io/page/qr-code-generator-library
- https://kazuhikoarase.github.io/qrcode-generator/js/…
-
~Let refer to https://github.com/ricmoo/QRCode/tree/master/src.~
It is origin, https://github.com/nayuki/QR-Code-generator
-
I am using PNG type QR code generator and it actually works fine when out of context.
However, when the user sends POST request, I want to generate and save QR code to the model, but I cannot make s…
-
# steps
## server
1. Node server parse URL args(api path, type)
2. template page fetch data using URL args
3. QRCode component generator QRCode Image, insert template page
4. SSR render…
-
Hello #306
I want to add the QR Code Generator app to your app.
Please assign this issue under Hacktoberfest tag
Thank you :)
-
Uint8List encodeText = await TextEncoded('MF-47A ภาษาไทย');
bytes += generator.textEncoded(encodeText,styles: PosStyles(align: PosAlign.right, underline: true, codeTable: 'CP874'));
byte…
-
This code is shit. Remove everything, rewrite and publish as v1.1 under the `react-native-qrcode-generator` package name.
-
## Summary
I know there have already been feature requests for transferring or exporting entries using a QR code.
However, I think this is a little different, and more specific to Wi-Fi passwords.
…