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
I downloaded the zip file and tried to run the examples locally but it seems that the examples are not working. I checked the console for errors but I cant find any.
I think the qr.decodeFromImage function is not being executed
btn.onclick = function () {
qr.decodeFromImage(img, function (err, result) {
alert("sdjfkjds");
});
};
The text was updated successfully, but these errors were encountered:
I downloaded the zip file and tried to run the examples locally but it seems that the examples are not working. I checked the console for errors but I cant find any.
I think the qr.decodeFromImage function is not being executed
The text was updated successfully, but these errors were encountered: