diff --git a/src/components/Lottie/Lottie.svelte b/src/components/Lottie/Lottie.svelte index 561e783b..f3cae789 100644 --- a/src/components/Lottie/Lottie.svelte +++ b/src/components/Lottie/Lottie.svelte @@ -17,7 +17,6 @@ // Components import Debug from './Debug.svelte'; - import WASM from './lottie/dotlottie-player.wasm?url'; // Types import type { Props } from './ts/types'; @@ -159,8 +158,6 @@ themeId, }); - DotLottie.setWasmUrl(WASM); - lottiePlayer.addEventListener('load', onLoadEvent); lottiePlayer.addEventListener('frame', onRenderEvent); lottiePlayer.addEventListener('complete', onCompleteEvent); diff --git a/src/components/Lottie/lottie/dotlottie-player.wasm b/src/components/Lottie/lottie/dotlottie-player.wasm deleted file mode 100644 index 7195553b..00000000 Binary files a/src/components/Lottie/lottie/dotlottie-player.wasm and /dev/null differ