Javascript library that creates Custom QR Codes with a logo in the middle?

12,112

qrcode-with-logos does the trick for me. I also came across easyqrcodejs which has a lot of extra features, though I have not yet used it myself.

Share:
12,112

Related videos on Youtube

Christian Meyer
Author by

Christian Meyer

I am a software developer from germany. I like to work on complicated and big web applications.

Updated on June 26, 2022

Comments

  • Christian Meyer
    Christian Meyer almost 2 years

    I would like to create a custom qr code with javascript that contains a logo in the middle.

    I already found this project on github: https://github.com/kaarposoft/qrlogo but unfortunately this script creates 1000 qr codes, whereupon the logo is always positioned differently, apart from that this project is not really easy to handle. (no documentation etc). I have rewritten in such a way that only one qr code is generated and not more than one and also that it uses an img tag instead of waiting for an upload. Nevertheless, this is not optimal because the logo is always randomly on the qr code and it is a project and not a library.

    So I would like to know if someone knows a library or has programmed something to generate a qr code with javascript from an img tag and a string.

    Many greetings and thanks.