Package Exports
- capacitor-zot
- capacitor-zot/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (capacitor-zot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Capacitor ZOT (ZPL Over TCP)
Send ZPL (Zebra Programming Language) commands from Capacitor apps to printers via TCP.
Compatible with capacitor 6.
Installation
npm install @spryrocks/capacitor-socket-connection-plugin@6.3.0 capacitor-zot
npx cap syncUsage
import { sendZpl } from 'capacitor-zot';
await sendZpl('^XA^FO50,50^ADN,36,20^FDHello World^FS^XZ', '192.168.1.100', 9100);