Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
求一个taro版本的three案例,我看看three在taro里是怎么用的? 现在在taro项目里,直接npm install three,都报错,
而我在create-react-app里这样安装three,都是可以正常使用的。
npm install --save threejs-miniprogram 也没用
但是原生微信小程序里使用这个是ok的