Increase barcode ID text size (8 → 14) for readability
Deploy to LXC / deploy (push) Successful in 20s
Deploy to LXC / deploy (push) Successful in 20s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ export async function generateBarcodeSvg(text: string): Promise<string> {
|
|||||||
scale: 3,
|
scale: 3,
|
||||||
height: 8,
|
height: 8,
|
||||||
includetext: true,
|
includetext: true,
|
||||||
textsize: 8,
|
textsize: 14,
|
||||||
textxalign: 'center'
|
textxalign: 'center'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user