ionic-zebra-printer
v0.0.1
Published
Ionic zebra printer
Downloads
3
Readme
ionic-zebra-printer
Ionic zebra printer
Install
npm install ionic-zebra-printer
npx cap sync
API
print(...)
print(options: { ip: string; port: number; zpl: string; }) => any
Print zpl given the ip address and port of a zebra printer.
| Param | Type |
| ------------- | ------------------------------------------------------- |
| options
| { ip: string; port: number; zpl: string; } |
Returns: any