svga / SVGAPlayer-Web

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
https://svga.io
Apache License 2.0
954 stars 239 forks source link

在vue3.0里使用svga,会提示doesn't work properly without JavaScript enabled. Please enable it to continue.? #163

Closed df257 closed 3 years ago

df257 commented 3 years ago

const svga = await parser.load("@/assets/example.svga");用这个去加载的时候,会报 image 所以我改成了 const svga = require("@/assets/example.svga"); 但这样,好像需要加个loader,不知道该怎么加 image

df257 commented 3 years ago

好吧,放public里就好了。。。

lijialiang commented 3 years ago

@df257 这里有 Webpack 配置 的例子,可以参考下。