qrcodejs
qrcodejs copied to clipboard
Adding options alt-attribute for image
Fixed : Adding options alt-attribute for image
Adding options alt-attribute for image
var qrcode = new QRCode("qrcode", {
alt: "image alt text"
});