| 19 | }); |
| 20 | |
| 21 | export class PrintLayoutEngineTool extends Tool<z.infer<typeof PrintLayoutArgs>> { |
| 22 | name = 'print_layout_engine'; |
| 23 | description = 'Generate a print-ready SVG label/packaging/banner artwork at true physical size (millimetres), with separate layers (background, title, legal-text, barcode, safe-zone guide, magenta die-line/cut). Produces a real scannable EAN-13 barcode. The output opens cleanly in CorelDRAW/Illustrator for prepress. This handles exact geometry only — for artistic background textures, generate an image separately and pass it via background_image. Writes an .svg file.'; |
| 24 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected