• File: QRErrorCorrectLevel.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 54 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
	L : 1,
	M : 0,
	Q : 3,
	H : 2
};