mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(crop): add missing docs
This commit is contained in:
parent
7f24f89fc4
commit
bca7f38bbf
@ -38,8 +38,8 @@ export interface CropOptions {
|
|||||||
export class Crop extends IonicNativePlugin {
|
export class Crop extends IonicNativePlugin {
|
||||||
/**
|
/**
|
||||||
* Crops an image
|
* Crops an image
|
||||||
* @param pathToImage
|
* @param {string} pathToImage
|
||||||
* @param options
|
* @param {CropOptions} [options]
|
||||||
* @returns {Promise<string>} Returns a promise that resolves with the new image path, or rejects if failed to crop.
|
* @returns {Promise<string>} Returns a promise that resolves with the new image path, or rejects if failed to crop.
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
|
Loading…
Reference in New Issue
Block a user