endroid / qr-code

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

Replacement for writeDataUri #394

Closed matthiez closed 1 year ago

matthiez commented 1 year ago

Hi, my current task is to upgrade old code and some artifacts refer to $qrCode->->writeDataUri(). What is the equivalent in newer versions? I couldn't find anything in the releases history.

Thanks for helping! André

endroid commented 1 year ago

Hi @matthiez in the new version you can create a result and call getDataUri() on it as described here: https://github.com/endroid/qr-code#usage-working-with-results. Good luck!

matthiez commented 1 year ago

Hi @matthiez in the new version you can create a result and call getDataUri() on it as described here: https://github.com/endroid/qr-code#usage-working-with-results. Good luck!

perfect! dank je wel en fijne avond!