MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/frontend/print-layout.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19});
20
21export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected