guansss / pixi-live2d-display

A PixiJS plugin to display Live2D models of any kind.
https://guansss.github.io/pixi-live2d-display/
MIT License
810 stars 123 forks source link

SyntaxError: Cannot use import statement outside a module #107

Open excing opened 1 year ago

excing commented 1 year ago

我在项目中安装 pixi.js@6.5.2pixi-live2d-display@0.4.0 后,引入 import { Live2DModel } from 'pixi-live2d-display'; 时,出现:SyntaxError: Cannot use import statement outside a module 的错误了。

提示错误文件位置:

/node_modules/pixi-live2d-display/dist/index.es.js:22
import { EventEmitter, url } from "@pixi/utils";

请问是什么问题呢?我应该怎么解决?

谢谢。