lyqht / mini-qr

Generate customized qr codes easily 👾
https://mini-qr-code-generator.vercel.app
GNU General Public License v3.0
531 stars 73 forks source link

QR Code should not be resized visually after changing width and height values #4

Closed lyqht closed 1 year ago

lyqht commented 1 year ago

At the moment, the qr code is resized when width and height changes for preview. This was implemented as such because we use the dom-to-image library to convert the element into an image for exporting, so we had to visually show the element somewhere to be converted.

However, this is not good if users are trying to create big QR codes on mobile.

CleanShot 2023-08-03 at 09 17 54