@ruanitto/capacitor-camera-preview
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -30,2 +30,4 @@ declare module "@capacitor/core" { | ||
export interface CameraPreviewPictureOptions { | ||
height?: number; | ||
width?: number; | ||
/** The picture quality, 0 - 100, default 85 */ | ||
@@ -32,0 +34,0 @@ quality?: number; |
{ | ||
"name": "@ruanitto/capacitor-camera-preview", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Camera preview", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
305712
1604