0.0.3 • Published 1 year ago

cap-plugin-telpo-feitian-print v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


printOnPOS(...)

printOnPOS(options: { data: string[]; verificationLink: string; }) => Promise<void>
ParamType
options{ data: string[]; verificationLink: string; }

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago