wx-promise-m

Weapp Promise

Usage no npm install needed!

<script type="module">
  import wxPromiseM from 'https://cdn.skypack.dev/wx-promise-m';
</script>

README

WxPromise

使用

import WxPromise from "wx-promise-m";
WxPromise(wx.chooseImage)({
    // ...options
}).then(res=>{
    // res
})