About 835,000 results
Open links in new tab
  1. How can I generate a QR code from an URL? - Stack Overflow

    May 5, 2021 · so i building a url shortner which takes the url from python and generates a QR code in along with the shortUrl, i am using jinja2template for the UI, as i am very new to …

  2. QR code generation library in javascript - Stack Overflow

    I'm currently looking for a js library that can encode text in qr codes. The only one I've been able to find so far seems broken, although other people claim to be using it. The sample page …

  3. javascript - qr code generator in js - Stack Overflow

    May 21, 2018 · qr code generator in js Asked 7 years, 6 months ago Modified 1 year, 9 months ago Viewed 10k times

  4. Javascript library that creates Custom QR Codes with a logo in the ...

    Oct 7, 2017 · 9 I would like to create a custom qr code with javascript that contains a logo in the middle.

  5. QR Code Generator Not Working as Expected - Stack Overflow

    Apr 3, 2024 · UPDATE: THe original code is now updated to reflect the advice given. I am trying to create a QR Code generator that changes every minute. I have created the following code, …

  6. Downloading a qrcode.js-generated QR code - Stack Overflow

    Jun 22, 2021 · var myQR = new QRCode(document.getElementById("qrcode"), { text: "Made with QR Generator", width: 128, height: 128, colorDark : qrdarkcolor, colorLight : qrlightcolor, …

  7. javascript - QR Code generator only generate the QR code for the …

    Sep 23, 2022 · 1 I am new to stackoverflow and i wanted to create a QR code generator that translate the 2 inputs into a QR code, however the code only translate the first input into a QR …

  8. how to add logo in the middle of the qr code using nodejs

    Nov 19, 2020 · If you're using a server-side rendering system that supports web components, you could use <qr-code> – this will produce the QR code as an SVG element that gets delivered to …

  9. How to generate a QR code for end user payment? - Stack Overflow

    Jan 5, 2023 · I was planning to generate a QR code with the amount pre-filled. for example: If I buy a sandwich, the bill might be 100 rs, and the QR code must be generated for that only.

  10. javascript - Add logo in qrcodejs - Stack Overflow

    Sep 29, 2021 · I want to add My logo to a QR Code and I am using the following library - Qrcodejs. And I am using the following code - var qrcode = new QRCode(re, { text: inp.value, …