0.0.3 • Published 1 year ago
cap-plugin-telpo-feitian-print v0.0.3
cap-plugin-telpo-feitian-print
Plugin made for ionic capacitor to use native print functionalities of Feitian and Telpo TPS900 POS devices
Install
npm install cap-plugin-telpo-feitian-print
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
printOnPOS(...)
printOnPOS(options: { data: string[]; verificationLink: string; }) => Promise<void>
Param | Type |
---|---|
options | { data: string[]; verificationLink: string; } |