capacitorjs-printer
v1.1.2
Published
A capacitorjs plugin to print html document from mobile phone.
Maintainers
Readme
capacitorjs-printer
A capacitorjs plugin to print html document from mobile phone. See more details here

Install
npm install capacitorjs-printer
npx cap syncAPI
printHtml(...)
printHtml(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
