capacitor-greatday-camera
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

capacitor-greatday-camera

The capacitor plugin for camera function

Install

npm install capacitor-greatday-camera
npx cap sync

API

getCamera(...)

getCamera(options?: CameraPluginOptions | undefined) => Promise<{ result: string; }>
Param Type
options CameraPluginOptions

Returns: Promise<{ result: string; }>


getCameraSwap(...)

getCameraSwap(options?: CameraPluginOptions | undefined) => Promise<{ result: string; }>
Param Type
options CameraPluginOptions

Returns: Promise<{ result: string; }>


Interfaces

CameraPluginOptions

Prop Type
photoName string
quality string
maxSize string
isFacingBack boolean
disablePreview boolean
showFaceArea boolean

Readme

Keywords

Package Sidebar

Install

npm i capacitor-greatday-camera

Weekly Downloads

405

Version

0.2.1

License

MIT

Unpacked Size

24.5 kB

Total Files

26

Last publish

Collaborators

  • asephermann