typed we app
1.0.0
さようなら、そしてすべての貢献者に感謝します
WeApp API用のTypeScript宣言ファイル
npm
がインストールされている状態
npm install typed-we-app --save-dev
typings
をインストールした状態
typings install github:Emeryao/typed-we-app -SG
または、ここから宣言ファイルを取得してプロジェクトに含めます
公式 WeApp API ドキュメントに基づく
Wechat Web DevTool バージョン1.01.1712150
WAService.js バージョン1.7.0
wx . request ( {
url : 'request/url' ,
success : ( res ) => {
console . log ( res . data ) ;
}
} ) ;
let ctx = wx . createCanvasContext ( ) ;
ctx . fillText ( 'hello' , 0 , 0 ) ;
let actions = ctx . getActions ( ) ;
wx . drawCanvas ( {
canvasId : 'canvas-id' ,
actions
} ) ;
wx . getBLEDeviceServices ( {
deviceId : '' ,
success : ( res ) => {
console . log ( res . services [ 0 ] . uuid ) ;
} ,
} ) ;
2019.05.19