7.0.0 • Published 5 months ago

@simplymobile/capacitor-godex-printer v7.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@simplymobile/capacitor-godex-printer

Capacitor GoDEX printer plugin

Install

npm install @simplymobile/capacitor-godex-printer
npx cap sync

API

getVersion()

getVersion() => Promise<{ version: string; }>

Returns: Promise<{ version: string; }>


connectToUSB()

connectToUSB() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


printFromUSB(...)

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

Returns: Promise<{ value: boolean; }>


disconnect()

disconnect() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


getPrinterDPI()

getPrinterDPI() => Promise<{ value: number; }>

Returns: Promise<{ value: number; }>


7.0.0

5 months ago

6.0.0

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.1

3 years ago