-
I come across to this library and finding ways to implement a web request that returns a png qr code as image. I follow/copy this code: example of image. But the content does not render properly. Am I missing something? I already enable GD extension. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
JmePaz
Mar 28, 2024
Replies: 1 comment
-
Never mind I just add this option output type |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JmePaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind I just add this option output type
use chillerlan\QRCode\Output\QROutputInterface;
$options->outputType = QROutputInterface::CUSTOM;