Skip to content
Snippets Groups Projects

[#25] Updated design for QR code image of SEAL

Merged Zdravko Iliev requested to merge 25-updated-design-for-qr-code-image-of-seal into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -124,8 +124,8 @@ const generateQrCode = (text, qrCodeOptions, templateOptions) => __awaiter(void
colorDark: "#000000",
colorLight: "#ffffff",
dotScale: 1,
// PO: "#d51d32",
// PI: "#d51d32",
PO: "#00b7ca",
PI: "#00b7ca",
correctLevel: easyqrcodejs_1.default.CorrectLevel[qrCodeOptions.correctionLevel],
};
if (qrCodeOptions.logoSrc) {
Loading