removes wasm integration
This commit is contained in:
parent
8ba47845b2
commit
f156926e98
2 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue