0.0.9 • Published 8 months ago

zebra-printer-label v0.0.9

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

zebra-printer

connect zebra printer via local IP

Install

npm i zebra-printer-label
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


print(...)

print(options: { ip: string; port: number; zpl: string; }) => Promise<{ value: string; }>
ParamType
options{ ip: string; port: number; zpl: string; }

Returns: Promise<{ value: string; }>


0.0.9

8 months ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago