@captureid/capacitor-cidcamera
v0.0.1
Published
Camera Plugin to take photos and capture videos
Downloads
3
Readme
@captureid/capacitor-cidcamera
Camera Plugin to take photos and capture videos
Install
npm install @captureid/capacitor-cidcamera
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>