@rayepeng/wechat-adapter
v1.2.3
Published
A super small adapter for wechat mini game.
Downloads
10
Maintainers
Readme
Wechat Adapter
A super small adapter for wechat mini game.
Babel: Now it's not small.
Install
npm i @rayepeng/wechat-adapter
Usage
import '@rayepeng/wechat-adapter'
//or webpack
module.exports = {
entry: [
'@rayepeng/wechat-adapter',
// stuff
]
}