Open karvox opened 6 years ago
Hello Karvox,
I am in same problem. do you get any solution. if so please let me know this possible.
Hello anoop-hiteshi,
Not yet!
// download button Download
// download QR Code Image as JPG var download_button = document.getElementById('download_button'); download_button.addEventListener('click', function (e) { // taking the created canvas element of the QR Code var canvas = document.getElementsByTagName('canvas')[0]; if(canvas){ var tmpJPG = canvas.toDataURL("image/jpg"); download_button.href = tmpJPG; }else{ e.preventDefault(); alert('no qr code'); } }); // for more on skype: +8801750988184
How to do download qrcode image after to render?
When render: "canvas" I get this HTML code:
When render: "table" I get this code: