ticket-pos
v1.0.7
Published
Plugin for POS Ticket Printing
Downloads
7
Readme
ticket-pos
Plugin for POS Ticket Printing
Install
npm install ticket-pos
npx cap syncAPI
printTicket(...)
printTicket(options: { value: unknown; header: string; pos: string; }) => Promise<{ value: unknown; }>| Param | Type |
| ------------- | ------------------------------------------------------------- |
| options | { value: unknown; header: string; pos: string; } |
Returns: Promise<{ value: unknown; }>
