nimiq / qr-creator

Lightweight library for stylish QR codes
https://nimiq.github.io/qr-creator/demo
MIT License
200 stars 24 forks source link

[Feature] Add Support to place an image in the QR-code's center #14

Open oliveratgithub opened 1 year ago

oliveratgithub commented 1 year ago

Could you add a possibility to insert a middle centered image, merged with the QR-code itself (for when downloading), like in this PR to the original library?

https://github.com/davidshimjs/qrcodejs/pull/291

Note: if yes, it would be great to not only support base64 encoded PNGs (they seem to loose transparency), but actual unconverted PNGs, and/or SVGs :)