1.1.1 • Published 1 year ago
capacitorjs-printer v1.1.1
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; }>