How to remove gaps between dots ? #229
Unanswered
ugnius1994
asked this question in
Q&A
Replies: 2 comments 2 replies
-
and how make more dots like i need extra 20 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$options = new QROptions([
'eccLevel' => EccLevel::L, // Consistent ECC level
'scale' => 15, // Consistent scale for all QR codes
'outputType' => QROutputInterface::GDIMAGE_PNG,
'outputBase64' => false,
'imageTransparent' => true,
'drawCircularModules' => true,
'addQuietzone' => false,
'drawLightModules' => true,
'circleRadius' => 0.4,
]);
Beta Was this translation helpful? Give feedback.
All reactions