Increase barcode ID text size (8 → 14) for readability
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:
2026-04-09 17:30:46 +07:00
parent 64040f7391
commit cad82119ca
+1 -1
View File
@@ -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'
}); });