UNPKG

223 BJavaScriptView Raw
1//---------------------------------------------------------------------
2// QRErrorCorrectLevel
3//---------------------------------------------------------------------
4
5module.exports = {
6 L : 1,
7 M : 0,
8 Q : 3,
9 H : 2
10};
11