moz-pos-printer
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

printer

Printer for the MOZ POS android device.

Install

npm install printer
npx cap sync

API

print(...)

print(options: { transaction: any; base64: string; }) => Promise<{ success: boolean; message: string; }>
Param Type
options { transaction: any; base64: string; }

Returns: Promise<{ success: boolean; message: string; }>


Dependents (0)

Package Sidebar

Install

npm i moz-pos-printer

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

15.9 kB

Total Files

27

Last publish

Collaborators

  • ekasi-developer