MBoretto / easy-qr-scan-bot

Scan QR codes with Telegram!
https://t.me/easyqrscanbot
MIT License
40 stars 22 forks source link

Any chance to read 2D barcode? #9

Open baxtheman opened 1 month ago

baxtheman commented 1 month ago
// Sets QR message
      let par = {
          text: ""
        };
      if (this.is_continuous_scan) {
        par['text'] = "Continuous scan enabled.";
      }
      this.TMA.showScanQrPopup(par);

Using TMA is there a chance to setup the capability to read an 2D barcode?

For miniapp, is it possible to integrare the html5-qrcode lib to read barcodes?