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 2 months ago

jacobg commented 2 months ago

Observed both in playground and in my own code.

Dafnik commented 2 months 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.