mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Initial commit
This commit is contained in:
10
node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js
generated
vendored
Normal file
10
node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
PATTERN000 : 0,
|
||||
PATTERN001 : 1,
|
||||
PATTERN010 : 2,
|
||||
PATTERN011 : 3,
|
||||
PATTERN100 : 4,
|
||||
PATTERN101 : 5,
|
||||
PATTERN110 : 6,
|
||||
PATTERN111 : 7
|
||||
};
|
||||
Reference in New Issue
Block a user