Xunorus
Xunorus
Just to help. I managed to install in in Heroku. There you just leave that sentence as it is (process.env.TELEGRAM_TOKEN), do not replace there with your TELEGRAM_TOKEN. Instead, go to...
GUYS CHECK HERE TO FIND OUT HOW TO SET THE TELEGRAM BOT! https://medium.com/@xabaras/setting-your-telegram-bot-webhook-the-easy-way-c7577b2d6f72
any news on that? > In am trying to secure funding to continue development and make it more widely accessible, including adding Vive support.
I cant make multiples QR to work even at current 1.5.0 version. (https://unpkg.com/[email protected]/lib/qr-code-styling.js ) For example this code gives me the same QR image .: ``` let q1 = new...
I manage to use it with getRawData method: HTML: ``` ``` JS ``` document.getElementById('qr1').src = URL.createObjectURL(await q1.getRawData('png')) document.getElementById('qr2').src = URL.createObjectURL(await q2.getRawData('png')) ```