swap-camera
v1.2.1
Published
Plugin to access device camera to click pictures
Maintainers
Readme
swap-camera
Plugin to access device camera to click pictures
Install
npm install swap-camera
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
openCamera(...)
openCamera(options: any) => Promise<{ image: string; }>| Param | Type |
| ------------- | ---------------- |
| options | any |
Returns: Promise<{ image: string; }>
