va21printer
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

va21printer

VA21 Device Printer

Install

npm install va21printer
npx cap sync

API

printText(...)

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

Returns: Promise<{ meterno: string; }>


printBitmap()

printBitmap() => any

Returns: any


printBarcode(...)

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

Returns: Promise<{ value: string; }>


printQrCode(...)

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

Returns: Promise<{ value: string; }>


Readme

Keywords

Package Sidebar

Install

npm i va21printer

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

1.78 MB

Total Files

56

Last publish

Collaborators

  • jyothiratnam