0.0.3 • Published 2 years ago

va21printer v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

va21printer

VA21 Device Printer

Install

npm install va21printer
npx cap sync

API

printText(...)

printText(options: { meterno: string; kwh: string; }) => Promise<{ meterno: string; }>
ParamType
options{ meterno: string; kwh: string; }

Returns: Promise<{ meterno: string; }>


printBitmap()

printBitmap() => any

Returns: any


printBarcode(...)

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

Returns: Promise<{ value: string; }>


printQrCode(...)

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

Returns: Promise<{ value: string; }>


0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago