0.0.4 • Published 2 years ago

ox-cordova-plugin-printer v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

isiigo-cordova-plugin-printer

print html documents

Install

npm install isiigo-cordova-plugin-printer
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>