mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
feat(camera-preview): disable exif stripping conf
This commit is contained in:
parent
50ac4e711e
commit
e231bf8507
@ -39,6 +39,9 @@ export interface CameraPreviewOptions {
|
|||||||
|
|
||||||
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
|
/** Tap to set specific focus point. Note, this assumes the camera is full-screen. default false */
|
||||||
tapToFocus?: boolean;
|
tapToFocus?: boolean;
|
||||||
|
|
||||||
|
/** On Android disable automatic rotation of the image and stripping of Exif header. default false */
|
||||||
|
disableExifHeaderStripping?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CameraPreviewPictureOptions {
|
export interface CameraPreviewPictureOptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user