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/QRMode.js')
-rw-r--r--node_modules/qrcode-terminal/vendor/QRCode/QRMode.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js b/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
new file mode 100644
index 000000000..050c8a303
--- /dev/null
+++ b/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
@@ -0,0 +1,6 @@
+module.exports = {
+ MODE_NUMBER : 1 << 0,
+ MODE_ALPHA_NUM : 1 << 1,
+ MODE_8BIT_BYTE : 1 << 2,
+ MODE_KANJI : 1 << 3
+};