0.0.1 • Published 8 months ago

capacitor-zebra-print v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

capacitor-zebra-printer

Capacitor plugin that allows printing to Zebra printers via USB

Install

npm install capacitor-zebra-printer
npx cap sync

API

connectToPrinters()

connectToPrinters() => Promise<void>

checkPrinters()

checkPrinters() => Promise<{ printers: string[]; }>

Returns: Promise<{ printers: string[]; }>


printZPLString(...)

printZPLString(options: { zplString: string; }) => Promise<void>
ParamType
options{ zplString: string; }

0.0.1

8 months ago