0.0.8 • Published 1 year ago
appscrapperplugin v0.0.8
appscrapperplugin
App scrapper
Install
npm install appscrapperplugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
captureScreen()
captureScreen() => Promise<{ value: string; }>
Returns: Promise<{ value: string; }>