davidshimjs / qrcodejs

Cross-browser QRCode generator for javascript
MIT License
13.63k stars 4.76k forks source link

QR Code Types #156

Open ghabxph opened 6 years ago

ghabxph commented 6 years ago

I would like to ask on how QR Code types are generated? Like this site: https://www.the-qrcode-generator.com/

They classify QR Codes as Free Text, URL, Contact, Phone, and so on.

How can we specify the type of QR Code that is being generated by this library?

Thanks for the answer!

steamonimo commented 6 years ago

There is no type. The website just uses text templates to gather the information to fill into url, vcard, tel:url, sms:url to generate the final text that will will be fed to the QRcode creator.