ok-wechat

1.0.2 • Public • Published

ok-wechat

对微信JS-SDK的一个封装~

使用示例

import okWechat from 'ok-wechat';
 
okWechat.ready({
  // 配置信息
}).then(() => {
  okWechat.share({
    title: 'hello world'
  });
});

Readme

Keywords

Package Sidebar

Install

npm i ok-wechat

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • funch