update
This commit is contained in:
6
package/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
generated
vendored
Normal file
6
package/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
MODE_NUMBER : 1 << 0,
|
||||
MODE_ALPHA_NUM : 1 << 1,
|
||||
MODE_8BIT_BYTE : 1 << 2,
|
||||
MODE_KANJI : 1 << 3
|
||||
};
|
Reference in New Issue
Block a user