@albgen/capacitor-escpos-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

capacitor-escpos-plugin

Send high level print commands to ESC/POS Printers

Install

npm install capacitor-escpos-plugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


BluetoothHasPermissions()

BluetoothHasPermissions() => Promise<{ result: boolean; }>

Returns: Promise<{ result: boolean; }>


BluetoothIsEnabled()

BluetoothIsEnabled() => Promise<{ result: boolean; }>

Returns: Promise<{ result: boolean; }>


ListPrinters(...)

ListPrinters(options: { type: string; }) => Promise<Printers>
Param Type
options { type: string; }

Returns: Promise<Printers>


Interfaces

Printers

Readme

Keywords

Package Sidebar

Install

npm i @albgen/capacitor-escpos-plugin

Weekly Downloads

79

Version

0.1.0

License

MIT

Unpacked Size

40.8 kB

Total Files

27

Last publish

Collaborators

  • albgen