AwesomeQR / react-awesome-qr

Apache License 2.0
32 stars 4 forks source link

Not compatible with html2canvas #4

Open TechQuery opened 2 years ago

TechQuery commented 2 years ago

This component renders QRCode in <div />'s background, which failed to render into Image with html2canvas.

If we migrate to <img />, everything will be OK.