qr-image icon indicating copy to clipboard operation
qr-image copied to clipboard

Label within qr code image

Open sumanc opened this issue 5 years ago • 5 comments

Hi,

Is there any support to add a label in the middle of the qr image?

Thanks,

--Suman

sumanc avatar Apr 11 '19 15:04 sumanc

@sumanc by any chance did you get a resolution for this?

sudonitin avatar Dec 21 '22 18:12 sudonitin

Not really. We ended up settling to have it at the bottom which worked out okay.

sumanc avatar Dec 22 '22 02:12 sumanc

and how'd you do it? Could you please let us know about your approach?

sudonitin avatar Dec 22 '22 16:12 sudonitin

There is no way to use this library to generate the QR image with text embedded. Ours is a browser app and we used this to generate the image and placed in a table cell, and placed the actual text in a different cell right underneath it.

sumanc avatar Dec 22 '22 23:12 sumanc

ohh okay, I was able to figure it out using another dependency i.e. sharp

It came with a tradeoff with the latency being up by 2-3 times.

1111

sudonitin avatar Dec 23 '22 04:12 sudonitin