preview-camera
v0.1.2
Published
plugin Capacitor 6 preview native camera
Downloads
9
Readme
preview-camera
plugin Capacitor 6 preview native camera
Install
npm install preview-camera
npx cap syncAPI
start()
start() => Promise<void>stop()
stop() => Promise<void>capture()
capture() => Promise<CaptureResult>Returns: Promise<CaptureResult>
Interfaces
CaptureResult
| Prop | Type |
| ------------ | ------------------- |
| id | string |
| base64 | string |
