mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
Update index.ts
This commit is contained in:
parent
1e0d5ce30d
commit
504838556e
@ -2,9 +2,9 @@ import { Injectable } from '@angular/core';
|
|||||||
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
|
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
|
||||||
|
|
||||||
export interface CropOptions {
|
export interface CropOptions {
|
||||||
quality: number;
|
quality?: number;
|
||||||
targetHeight: number;
|
targetHeight?: number;
|
||||||
targetWidth: number;
|
targetWidth?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user