color QR code #195
color QR code
#195
-
Hallo everyone, thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
codemasher
Apr 14, 2023
Replies: 1 comment 10 replies
-
Hey, first things first, which version and output type are you using? Also, do you have an snippet of your code perhaps? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, the issue I'm seeing is that the options array is not properly constructed:
This will create an array with a numerical key at the root and it will contain one element,
moduleValues
, that contains the actual value.Instead it should be:
I fixed that and ran the code locally and the matrix appeared blue.