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:
authorRebecca Turner <me@re-becca.org>2017-09-23 22:36:50 +0300
committerRebecca Turner <me@re-becca.org>2017-10-04 10:02:39 +0300
commit6a1aa06721cbb10644eab47558ca5bcb38df9155 (patch)
treefa2288b859a56d53ecd0690464ffb3189d83e61a /node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
parentad1d6d1675719dd86235f7658cb4bc70206f2eaa (diff)
qrcode-terminal@0.11.0
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
+};
+