Resize photos and make thicker borders on text
This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user