@koodos/native-screenshot-capacitor
v0.0.1
Published
Take a screenshot using Swift
Downloads
5
Readme
screenshot-capacitor-plugin
Take a screenshot using Swift
Install
npm install screenshot-capacitor-plugin
npx cap sync
API
takeScreenshot()
takeScreenshot() => Promise<{ screenshot: string; }>
Returns: Promise<{ screenshot: string; }>