From 6a1aa06721cbb10644eab47558ca5bcb38df9155 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sat, 23 Sep 2017 12:36:50 -0700 Subject: qrcode-terminal@0.11.0 --- node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js (limited to 'node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js') 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 +}; + -- cgit v1.2.3