You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for publishing this. A couple minor issues:
<script src="bower_componets/qrcodejs/dist/qrcode.js"></script> has two typos on the NPMJS page and one typo in Github readme. Should be: <script src="bower_components/qrcode.js/dist/qrcode.js"></script>
Possibly also worth mentioning that getUserMedia() called within the library requires https.
The text was updated successfully, but these errors were encountered:
Thanks for publishing this. A couple minor issues:
<script src="bower_componets/qrcodejs/dist/qrcode.js"></script>
has two typos on the NPMJS page and one typo in Github readme. Should be:<script src="bower_components/qrcode.js/dist/qrcode.js"></script>
Possibly also worth mentioning that getUserMedia() called within the library requires https.
The text was updated successfully, but these errors were encountered: