endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.46k stars 727 forks source link

Use QR code in an <img> tag #450

Closed Whip closed 3 months ago

Whip commented 3 months ago

Sorry for the dumb question but can you post a basic example of how I can put the generated qr code in an html img tag without saving an image/svg file?

endroid commented 3 months ago

Hi @Whip if you want to embed the QR code without generating a file you can use the $result->getDataUri(); method as described in the readme to generate a data URI and pass that to you img src attribute. Good luck!

Whip commented 3 months ago

My bad. I didn't spot that. Much thanks