qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

Adding options alt-attribute for image

Open csornmo opened this issue 3 years ago • 1 comments

Fixed : Adding options alt-attribute for image

csornmo avatar Oct 01 '21 07:10 csornmo

Adding options alt-attribute for image

var qrcode = new QRCode("qrcode", {
  alt: "image alt text"
});

csornmo avatar Oct 01 '21 07:10 csornmo