It would be great, if we could do something like this:
QRCode({
msg: 'xxxxxxxxxxxxx',
dim: 120,
pal: ['var(--primary-color)', 'var(--secondary-color)'],
x: 123,
y: 45
})
that will result in:
<svg x="123" y="45" viewBox="0 0 37 37" width="120" height="120" fill="var(--primary-color)" ...
It would be great, if we could do something like this:
that will result in: