ionic-capacitor-bluetooth-printer
v0.0.4
Published
Permite imprimir usando impresoras bluetooth
Maintainers
Readme
ionic-capacitor-bluetooth-printer
Permite imprimir usando impresoras bluetooth
Install
npm install ionic-capacitor-bluetooth-printer
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
blPrint(...)
blPrint(options: { value: string; }) => Promise<boolean>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<boolean>
