0.0.4 • Published 2 years ago
moz-pos-printer v0.0.4
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; }>