summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js')
-rw-r--r--deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js b/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
new file mode 100644
index 0000000000..14e08fbaa3
--- /dev/null
+++ b/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
@@ -0,0 +1,6 @@
+module.exports = {
+ L : 1,
+ M : 0,
+ Q : 3,
+ H : 2
+};