0.0.5 • Published 1 year ago
capacitor-plugin-gprint v0.0.5
capacitor-plugin-gprint
A capacitor plugin for GPrint
Install
npm install capacitor-plugin-gprint
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>