LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.96k stars 1.16k forks source link

How to create a QRCode ? #99

Open ZmjDns opened 4 years ago

ZmjDns commented 4 years ago

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?

Regenhardt commented 1 year ago

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).