JSPM

capacitor-zot

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q40515F
    • License NOLICENSE

    Send ZPL commands to printers over TCP from Capacitor apps

    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 sync

    Usage

    import { sendZpl } from 'capacitor-zot';
    
    await sendZpl('^XA^FO50,50^ADN,36,20^FDHello World^FS^XZ', '192.168.1.100', 9100);