0.0.2 • Published 1 year ago
appscrapper v0.0.2
appscrapper
app scrapper plugin
Install
npm install appscrapper
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
captureScreen()
captureScreen() => Promise<{ text: string; }>
Returns: Promise<{ text: string; }>