where is the "extra-rounded" in CornersDotOptions? #262
GreenVaccine
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I' m a developer.
so I love using qr-code-styling but why can't I use the type "extra-rounded" in CornersDotOptions?
dotsOptions: {
type: 'dots'
},
cornersSquareOptions: {
type: 'extra-rounded'
},
cornersDotOptions: {
type: 'dot', // not allowed "extra-rounded"
},
Beta Was this translation helpful? Give feedback.
All reactions