UNPKG

capacitor-zebra-printer

Version:

Capacitor plugin to send ZPL messages to Zebra printers

7 lines (6 loc) 113 B
declare type PrintOptions = { ip: string; port: number; zpl: string; }; export default PrintOptions;