Resize photos and make thicker borders on text
All checks were successful
Build Docker image / build (push) Successful in 3m53s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 29s

This commit is contained in:
Roman Krček
2025-10-28 18:19:38 +01:00
parent 20b21de69e
commit 74910e3346
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ export const ESNCardAnniversary: Card = {
height: 41 // mm
},
photo: {
width: 26, // mm
height: 36 // mm
width: 27, // mm
height: 37 // mm
},
textFields: {
name: { x: 2, y: 4, size: 8 },

View File

@@ -76,8 +76,8 @@ export function getAbsolutePhotoDimensionsPt(
// Border configuration
export const BORDER_CONFIG = {
color: { r: 0.8, g: 0.8, b: 0.8 },
width: 1 // in points
color: { r: 0, g: 0, b: 0 },
width: 0.5 // in points
};
// Text configuration