0.0.11 • Published 1 month ago

justholyknight-cap-plugin-tps900-f20 v0.0.11

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

justholyknight-cap-plugin-tps900-f20

A capacitor plugin that help use native functionalities on Telpo TPS900 and Feitian F20. As for now, it only manages the printing process.

Install

npm install justholyknight-cap-plugin-tps900-f20
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<{ data: string[]; verificationLink: string; }>
ParamType
options{ data: string[]; verificationLink: string; }

Returns: Promise<{ data: string[]; verificationLink: string; }>


0.0.10

1 month ago

0.0.11

1 month ago

0.0.3

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.2

2 months ago

0.0.1

2 months ago