Resize photos and make thicker borders on text
This commit is contained in:
@@ -13,8 +13,8 @@ export const ESNCardAnniversary: Card = {
|
|||||||
height: 41 // mm
|
height: 41 // mm
|
||||||
},
|
},
|
||||||
photo: {
|
photo: {
|
||||||
width: 26, // mm
|
width: 27, // mm
|
||||||
height: 36 // mm
|
height: 37 // mm
|
||||||
},
|
},
|
||||||
textFields: {
|
textFields: {
|
||||||
name: { x: 2, y: 4, size: 8 },
|
name: { x: 2, y: 4, size: 8 },
|
||||||
|
|||||||
@@ -76,8 +76,8 @@ export function getAbsolutePhotoDimensionsPt(
|
|||||||
|
|
||||||
// Border configuration
|
// Border configuration
|
||||||
export const BORDER_CONFIG = {
|
export const BORDER_CONFIG = {
|
||||||
color: { r: 0.8, g: 0.8, b: 0.8 },
|
color: { r: 0, g: 0, b: 0 },
|
||||||
width: 1 // in points
|
width: 0.5 // in points
|
||||||
};
|
};
|
||||||
|
|
||||||
// Text configuration
|
// Text configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user