1.1.1 • Published 1 year ago

capacitorjs-printer v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago