Skip to content

JetLua/wechat-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wechat Adapter

npm version npm downloads

A super small adapter for wechat mini game.

Babel: Now it's not small.

Install

npm i @iro/wechat-adapter

Usage

import '@iro/wechat-adapter'

//or webpack

module.exports = {
  entry: [
    '@iro/wechat-adapter',
    // stuff
  ]
}