LazarSoft/jsqrcode

How to create a QRCode ?

ZmjDns opened this issue · 1 comments

hello,I knew this is a greate project ,but I want to create a QRCode by my self . I am very glad to get anyone's help?

As in, completely by yourself from scratch? You'll have to read and implement the actual specification, which is in an ISO patent you can find over there: https://www.qrcode.com/en/about/standards.html

That would be an enormous, complex project though, I highly recommend using an existing library like ZXing (as this project does too).