Label: large ID below barcode (9pt, same as title), left-align text
Deploy to LXC / deploy (push) Successful in 19s

- Barcode rendered without embedded text (includetext: false)
- ID rendered as separate HTML text at 9pt bold with letter-spacing
- All label text left-aligned instead of centred
- Barcode height reduced to 5mm to fit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 09:57:51 +07:00
parent 2f1675af1d
commit a0e32e679e
4 changed files with 21 additions and 13 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ export async function generateBarcodeSvg(text: string): Promise<string> {
text,
scale: 2,
height: 8,
includetext: true,
textsize: 10,
includetext: false,
textxalign: 'center'
});