frontcam
v0.0.10
Published
Capacitor plugin for front camera
Readme
frontcam
Capacitor plugin for front camera
Install
npm install frontcam
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
openCamera()
openCamera() => Promise<{ photo: string; }>Returns: Promise<{ photo: string; }>
