Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(camera-preview): changes implementation to match Cordova plugin (#…
…441) * Removes preview settings from options obj and creates proper rect interface * Changes startCamera() signature to match plugin * Adds alpha to function signature * Removes CameraPreviewOptions and CameraPreviewSize interfaces that don't match plugin * Adds back CameraPreviewSize interface - oops * Updates docs for startCamera() * Changes CameraPreviewSize interface to Size to match plugin * Adds docs for takePicture * Reverts change to signature of setOnPictureTakenHandler * Adds CameraPreview prefix to interfaces
- Loading branch information