0.0.15 • Published 9 months ago

capacitor-plugin-epson-usb-printer v0.0.15

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

capacitor-plugin-epson-usb-printer

Capacitor Plugin for printing to epson usb printer

Install

npm install capacitor-plugin-epson-usb-printer
npx cap sync

API

getPrinterList()

getPrinterList() => Promise<{ printerList: EpsonUSBPrinterInfo[]; }>

Returns: Promise<{ printerList: EpsonUSBPrinterInfo[]; }>


connectToPrinter(...)

connectToPrinter(options: { productId: number; }) => Promise<{ connected: boolean; }>
ParamType
options{ productId: number; }

Returns: Promise<{ connected: boolean; }>


print(...)

print(options: { printObject: string; lineFeed?: number; }) => Promise<void>
ParamType
options{ printObject: string; lineFeed?: number; }

Interfaces

EpsonUSBPrinterInfo

PropType
productIdnumber
productNamestring
connectedboolean
0.0.14

9 months ago

0.0.15

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago