zrender-weapp 本repo让zrender运行在微信小程序里。 ###用法: var circle = new CircleShape({ shape: { cx: 100, cy: 100, r: 50 } }); var firstCanvas = new WeCanvas("firstCanvas"); var zr1 = zrender.init(firstCanvas); zr1.add(circle); ###示例: