Skip to content

afeiship/wechat-jssdk

Repository files navigation

wechat-jssdk

Wechat jssdk.

resources:

based on wx1.2.0

!function (a, b) {
  if (typeof module !== 'undefined' && module.exports) {
    module.exports = b(a);
  } else {
    "function" == typeof define && (define.amd || define.cmd) ? define(function () {
        return b(a)
      }) : b(a, !0)
  }
}(window, function (a, b) {
    //wx source code....
})

usage:

  • install from github:
npm install afeiship/wechat-jssdk --save
  • import jssdk
import wx from 'wechat-jssdk';

todos:

  • todo list..

Releases

No releases published

Packages

No packages published