How to get this style qr (circle) #226
Unanswered
ugnius1994
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The settings seem fine to me - are you using the right version (v5-beta or dev-main)? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried $options = new QROptions([
'version' => 5,
'outputType' => QRCode::OUTPUT_IMAGE_PNG,
'eccLevel' => QRCode::ECC_L,
'drawCircularModules' => true,
]);
Beta Was this translation helpful? Give feedback.
All reactions