Skip to content

Commit

Permalink
fix(imagepicker): add outputType option (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
xueron authored and ihadeed committed Feb 23, 2017
1 parent 884ce54 commit b4b7cfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/imagepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ export interface ImagePickerOptions {
* Quality of images, defaults to 100
*/
quality?: number;

/**
* Output type, defaults to 0 (FILE_URI).
*/
outputType?: number;
}

/**
Expand Down

0 comments on commit b4b7cfa

Please sign in to comment.