capacitorjs-printer
v1.1.1
Published
A capacitorjs plugin to print html document from mobile phone.
Downloads
18
Readme
capacitorjs-printer
A capacitorjs plugin to print html document from mobile phone.
Install
npm install capacitorjs-printer
npx cap sync
API
printHtml(...)
printHtml(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>