0.0.1 • Published 5 years ago
@jratiwanich/zebra v0.0.1
zebralib
zebra printer capacitor plugin library
Install
npm install zebralib
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
connectPrinter(...)
connectPrinter(options: { value: string; }) => Promise<any>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<any>
printText(...)
printText(options: { text: string; }) => Promise<any>| Param | Type |
|---|---|
options | { text: string; } |
Returns: Promise<any>
printPDF(...)
printPDF(options: { base64: string; }) => Promise<any>| Param | Type |
|---|---|
options | { base64: string; } |
Returns: Promise<any>
0.0.1
5 years ago