LottieFiles / svelte-lottie-player

Lottie Player component for Svelte
MIT License
135 stars 16 forks source link

error when loading .lottie files #15

Open saostad opened 1 year ago

saostad commented 1 year ago

the library works with .json files but when I tried to load a .lottie file, I got error below:

lottie.js:1157 Uncaught DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'json').

Please advise.

amr3k commented 1 year ago

Looks like it doesn't support dotLottie yet!