Update index.ts

This commit is contained in:
Daniel Sogl 2018-03-16 09:01:33 +01:00 committed by GitHub
parent 1e0d5ce30d
commit 504838556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
/**