How do I listen to events when using this library? The standard Svelte way doesn't work: ``` <LottiePlayer on:frame={console.log} on:stop={console.log} bind:this={player} src={Logo} autoplay={true} loop={true} height={120} width={120} /> ```
How do I listen to events when using this library? The standard Svelte way doesn't work: