@zebrash/core
v1.0.3
Published
Engine for the @zebrash family — pure-TS ZPL parser + renderer. Internal package; consume @zebrash/node or @zebrash/browser.
Maintainers
Readme
@zebrash/core
Internal engine for the @zebrash family — the
ZPL II parser,
drawer, and barcode encoders, plus a platform abstraction selected at bundle
time via the "browser" field in package.json.
End users should not import
@zebrash/coredirectly. It has no built-in rasterization backend. Pick the runtime-appropriate wrapper instead:
- Node / Bun:
@zebrash/node- Browser:
@zebrash/browserBoth expose the same
Parser/Drawer/LabelInfo/DrawerOptionsAPI.
Documentation
See the main README for usage, supported ZPL commands, and the SVG-output reference.
License
MIT.
