Skip to content
Snippets Groups Projects

Change style of generated QR code

Merged Alexey Lunin requested to merge 954-qr-code-style into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ export default async (content, width = 160, height = 160, logoWidth = 80, logoHe
quietZone: 0,
colorDark: "#000000",
colorLight: "#ffffff",
dotScale: 0.7,
dotScale: 1,
PO: "#d51d32",
PI: "#d51d32",
Loading