From 504838556ea79061cd02534925292fff9e4b548f Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 16 Mar 2018 09:01:33 +0100 Subject: [PATCH] Update index.ts --- src/@ionic-native/plugins/crop/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/@ionic-native/plugins/crop/index.ts b/src/@ionic-native/plugins/crop/index.ts index acd609899..412946ecf 100644 --- a/src/@ionic-native/plugins/crop/index.ts +++ b/src/@ionic-native/plugins/crop/index.ts @@ -2,9 +2,9 @@ import { Injectable } from '@angular/core'; import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core'; export interface CropOptions { - quality: number; - targetHeight: number; - targetWidth: number; + quality?: number; + targetHeight?: number; + targetWidth?: number; } /**