zxpsuper / qrcode-with-logos

A plugin for generating QR codes with a logo and styling.
https://zxpsuper.github.io/qrcode-with-logos
MIT License
137 stars 41 forks source link

wide logo #13

Closed AliKholmatov closed 2 years ago

AliKholmatov commented 2 years ago

Hi! Could you help with logo size ?,becouse image but in this library (https://github.com/kozakdenys/qr-code-styling) the same image looks image We prefer use your library

AliKholmatov commented 2 years ago

@zxpsuper @jinyang1994

zxpsuper commented 2 years ago

Hi! Could you help with logo size ?,becouse image but in this library (https://github.com/kozakdenys/qr-code-styling) the same image looks image We prefer use your library

I think you can copy the source code,and change the file(draw-logo.ts) to customize your requirements.

image

You can change the width and height of logo

AliKholmatov commented 2 years ago

your suggestion it's about using your lib according to our requirements with adding changes. I think it's not good way. So your lib doesn't support this customization? @zxpsuper

zxpsuper commented 2 years ago

your suggestion it's about using your lib according to our requirements with adding changes. I think it's not good way. So your lib doesn't support this customization? @zxpsuper

Yes. At present, the length width ratio of logo is 1:1. I will consider adding this customization function in the future