scholtz / qrcode-vue3

MIT License
86 stars 32 forks source link

transparent background #18

Closed 618457 closed 1 year ago

618457 commented 1 year ago

Is that posible to set the transparant of backgound?

d-k-lippert commented 1 year ago

Hey, i had to solve the same problem. Not sure if there is a better solution, but i could to get it work by: :backgroundOptions="{ color: 'rgba(50,50,50,0)' You can also have like semitransparent bg.