sumimakito / Awesome-qr.js

An awesome QR code generator written in JavaScript.
https://www.bitcat.cc/webapp/awesome-qr/index.html
Apache License 2.0
1.67k stars 251 forks source link

How can i change the type TEXT to URL #51

Open JawadAliJamil opened 3 years ago

JawadAliJamil commented 3 years ago

Hello!

I need help I want to change the text type to URL so that the code leads to a website.

Thanks

designbyadrian commented 2 years ago

just write the URL as the text parameter.

options: { text: "http://www.google.com" }