svitejs / vite-plugin-qrcode

Show QR code on server start
MIT License
147 stars 3 forks source link

qr is not square #90

Closed nicolaeClichici closed 1 year ago

nicolaeClichici commented 1 year ago

Describe the bug

Hi! Qr code have height bigger than width. I use webstorm 2022.2.3, vite 4.0, vite-plugin-qrcode 0.2.1

Reproduction

image

Logs

No response

System Info

-

Severity

annoyance

bluwy commented 1 year ago

That's because the terminal have spacing between each line, there's not really much we can do as the styling is controlled by the terminal.

nicolaeClichici commented 1 year ago

Ok, thx