mirror of
https://github.com/cheveguerra/ws-api-node.git
synced 2026-04-17 19:36:23 +00:00
change qr code color
change the qr code color to better visibility and Scan
This commit is contained in:
@@ -43,7 +43,7 @@ function sendQr(res) {
|
||||
text: "${last_qr}",
|
||||
radius: 0.5, // 0.0 to 0.5
|
||||
ecLevel: "H", // L, M, Q, H
|
||||
fill: "#536DFE", // foreground color
|
||||
fill: "#000000", // foreground color
|
||||
background: null, // color or null for transparent
|
||||
size: 256, // in pixels
|
||||
}, container);
|
||||
|
||||
Reference in New Issue
Block a user