diff --git a/js/main.js b/js/main.js index b6fde59..a707e60 100644 --- a/js/main.js +++ b/js/main.js @@ -296,6 +296,50 @@ function getInfoBits(){ return result; } +/*** +* +* Load Waidotto QR text format +* https://github.com/waidotto/strong-qr-decoder +***/ +function loadtxt2qrarray(lines) { + let sz = lines.length; + + var is_data_module = getDataModule(lines); //getDataModule use lines.lenght only :D + + for(let i=0;i