@hopelessbird 解决了,用chrome canary就好了。
H
hopelessbird
@hopelessbird
@hopelessbird 解决了,用chrome canary就好了。
大家好,我直接使用示例代码:
import { Engine3D } from '@orillusion/core';
async function demo(){
await Engine3D.init();
// 进行后续操作
}
demo()
总是得到以下错误:TypeeError: e.getCompilationInfo is not a function,请问该怎么办?谢谢!