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