Dafnik / dfts-common

TypeScript and Angular libraries
https://playground.dafnik.me/
MIT License
3 stars 0 forks source link

qrcode width/height has no effect #145

Open jacobg opened 1 day ago

jacobg commented 1 day ago

Observed both in playground and in my own code.

Dafnik commented 1 day ago

Hello!

The QRCodeComponent has no height/width input. Only size, which controls the width and height.

And then there is imageWidth and imageHeight which control only the image displayed over the qr code.

Perhaps you can share the code?

If you have any followup questions, feel free to ask.