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
This version from jquery-qrcode looks identical to the obfuscated code in this library but instead of QRCodeModel it uses QRCode.
Both libraries (2, 3) are missing the QRCodeLimitLength variable though.
Edit: I pretty-printed the obfuscated code with Prettier and compared the three versions. This version is nearly identical to the non-obfuscated version from [3] but with support for utf8 characters from [1]. Unlike this version, however, [3] can determine the type number automatically depending on the data length (ie. kazuhikoarase/qrcode-generator#41 from [2]).
qrcode-svg/lib/qrcode.js
Lines 88 to 153 in 47d56ec
The text was updated successfully, but these errors were encountered: