csornmo

Results 1 comments of csornmo

Adding options alt-attribute for image ``` var qrcode = new QRCode("qrcode", { alt: "image alt text" }); ```