SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.66k stars 363 forks source link

Generate QRCode via javascript, is it possible? #266

Closed AgostinhoBarbosa closed 1 year ago

AgostinhoBarbosa commented 1 year ago

I need to generate the qrcode based on the selection of data in a SELECT, capture it via javascript and then generate the qrcode, is it possible to do this?

MattiaMarchiorato commented 1 year ago

This is a php library, you can find many js library on the web, you can also use a backend call to generate the new svg or image object form php.