@zpl-toolchain/print 0.1.9 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Send ZPL to Zebra and ZPL-compatible label printers from Node.js. Supports persistent TCP connections, batch printing, status queries, browser printing, and a built-in HTTP/WebSocket proxy for web apps.
|
|
4
4
|
|
|
5
|
+
> Transport scope: this package is **TCP-focused** (`host`/`port`).
|
|
6
|
+
> For USB (`--printer usb`) and serial/Bluetooth SPP (`--serial`), use the `zpl` CLI or the Rust `zpl_toolchain_print_client` API.
|
|
7
|
+
|
|
5
8
|
Part of the [zpl-toolchain](https://github.com/trevordcampbell/zpl-toolchain) project.
|
|
6
9
|
|
|
7
10
|
## Installation
|