UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

16 lines (15 loc) 211 B
const screenHeight = 812 const safeHeight = 44 const safeArea = { bottom: 862, height: 818, left: 0, right: 414, top: 44, width: 414, } module.exports = { screenHeight, safeArea, safeHeight, }