moz-pos-printer
v0.0.4
Published
Printer for the MOZ POS android device.
Maintainers
Readme
printer
Printer for the MOZ POS android device.
Install
npm install printer
npx cap syncAPI
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; }>
