Cordobo / angularx-qrcode

A fast and easy-to-use Angular QR Code Generator library with Ivy support
https://cordobo.github.io/angularx-qrcode/
MIT License
459 stars 127 forks source link

alt tag on img #161

Closed flcdrg closed 2 years ago

flcdrg commented 2 years ago

I'd like to be able to set an alt tag on the img element. Is there a way of doing this?

Cordobo commented 2 years ago

Not yet, but it's easy to add another attribute to the source.

Let me know if you want to contribute, pull requests are welcome, otherwise it will take some days until I have time again to add this.

Cordobo commented 2 years ago

Hi @flcdrg

the feature request has been added to the latest version (13.0.4):

alt attribute has been added for elementTypes "img" and "url". (13.0.4) title attribute has been added for elementTypes "canvas", "img" and "url". (13.0.4) aria-label attribute has been added for elementTypes "canvas", "img" and "url". (13.0.6)

Let me know if it works for your