cap-plugin-telpo-feitian-print
v0.0.3
Published
Plugin made for ionic capacitor to use native print functionalities of Feitian and Telpo TPS900 POS devices
Maintainers
Readme
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 syncAPI
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; } |
