feat: switch default variant back to blue, maintain CMYK output for Viaprinto
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 15s
Build & Deploy / 🧪 QA (push) Successful in 1m32s
Build & Deploy / 🏗️ Build (push) Successful in 2m40s
Build & Deploy / 🚀 Deploy (push) Successful in 18s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 15s
Build & Deploy / 🧪 QA (push) Successful in 1m32s
Build & Deploy / 🏗️ Build (push) Successful in 2m40s
Build & Deploy / 🚀 Deploy (push) Successful in 18s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -75,12 +75,12 @@ END:VCARD`;
|
|||||||
const rgbPath = path.join(CONFIG.outputDir, `RGB_${finalFileName}`);
|
const rgbPath = path.join(CONFIG.outputDir, `RGB_${finalFileName}`);
|
||||||
const finalPath = path.join(CONFIG.outputDir, finalFileName);
|
const finalPath = path.join(CONFIG.outputDir, finalFileName);
|
||||||
|
|
||||||
console.log(`- Rendering React-PDF layout (RGB ONLY, White Variant)...`);
|
console.log(`- Rendering React-PDF layout (RGB ONLY, Blue Variant)...`);
|
||||||
const buffer = await renderToBuffer(
|
const buffer = await renderToBuffer(
|
||||||
React.createElement(PDFBusinessCard, {
|
React.createElement(PDFBusinessCard, {
|
||||||
person,
|
person,
|
||||||
qrCodeDataUrl,
|
qrCodeDataUrl,
|
||||||
variant: 'white', // We only use the white variant now
|
variant: 'blue', // Explicitly use blue now
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user