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

Promise never throw reject when generate image failed #17

Closed JenovaSolier closed 10 months ago

JenovaSolier commented 2 years ago
`let qrLogo = new IQrCodeWithLogo({
                content: contact.linkURL,
                width: 380,
                image: image,
                logo: {
                    src: this.remoteUrl+ imageName + '.png'
                }
            });`

when I can't download the logo, I don't know if the QR is generated or not.