alexeyten / qr-image

Yet another QR code generator
MIT License
1.05k stars 168 forks source link

Label within qr code image #54

Open sumanc opened 5 years ago

sumanc commented 5 years ago

Hi,

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

Thanks,

--Suman

sudonitin commented 1 year ago

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

sumanc commented 1 year ago

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

sudonitin commented 1 year ago

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

sumanc commented 1 year ago

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.

sudonitin commented 1 year ago

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