removes wasm integration

This commit is contained in:
Sudev Kiyada 2026-01-12 14:10:30 +05:30
parent 8ba47845b2
commit f156926e98
Failed to extract signature
2 changed files with 0 additions and 3 deletions

View file

@ -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);