natjs / nat

A powerful kit for adding native functionalities to your weex app.
http://natjs.com
282 stars 25 forks source link

I would like to add more image options #6

Closed zhuyonghao134123 closed 7 years ago

zhuyonghao134123 commented 7 years ago

For example, choose multiple images of commodities

acathur commented 7 years ago

You can use limit option.

Example:

Nat.image.pick({
    limit: 6 // up to 6 pictures
}, (err, ret) => {
    console.log(ret.paths)
})

For more information, check out Media-Image

Fusaige commented 6 years ago

Have the ret.paths,how to read binary data