Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js')
-rw-r--r--node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js b/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
new file mode 100644
index 000000000..9b4b30099
--- /dev/null
+++ b/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
@@ -0,0 +1,7 @@
+module.exports = {
+ L : 1,
+ M : 0,
+ Q : 3,
+ H : 2
+};
+