summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js
blob: 14e08fbaa3f37f5841312fb61025b89975372e2d (plain)
1
2
3
4
5
6
module.exports = {
	L : 1,
	M : 0,
	Q : 3,
	H : 2
};