Skip to content

Commit

Permalink
feat(taro): 增加 chooseMessageFile、compressImage APIs。fix #2066
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Jan 29, 2019
1 parent 68d7208 commit 1edb0ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taro/src/native-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ const otherApis = {

// 媒体
chooseImage: true,
chooseMessageFile: true,
previewImage: true,
getImageInfo: true,
compressImage: true,
saveImageToPhotosAlbum: true,
startRecord: true,
playVoice: true,
Expand Down

0 comments on commit 1edb0ba

Please sign in to comment.