1

Does anyone knows what Qrcode-monkey used under the hood to generate fancy qr codes ?
In java, node, php, anything...

Comments
  • 2
  • 1
    You mean with the logo in the middle?
    Something like this would get it going

    https://gist.github.com/NTICompass/...

    You'll need GD installed and just make Google Charts generate the qr code and place the logo on top.🤷‍♂️

    If you want to bring it all in one, you could do the same but use a QRcode gen lib and place the logo on top using GD aswell.
  • 0
    @C0D4 i mean the whole "dot customization" , it makes qr-codes looks different. But no way to find any lib that does that, in any langage. Weird.

    The logo , any png processor is able to superpose 2 transparent files. But it is the whole customization that i dont find.

    Thx for ur help bro
Add Comment