Imprime nativamente
npm install native-printer
npx cap syncecho(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
print(options: { html: string; }) => Promise<void>| Param | Type |
|---|---|
options |
{ html: string; } |
isAvailable() => Promise<{ available: boolean; }>Returns: Promise<{ available: boolean; }>