Skip to content

albgen/capacitor-escpos-plugin

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published