Sacha
Sacha
I'm having issue's on destroying Lottie, it doesn't seem to be as straightforward as it is in lottie-web. This is my Lottie with eventlistener. ```typescript const eventListeners: EventListener[] = [...
I stumbled on an issue where `onPointerLeave` was invoked unexpectedly. It is invoked when releasing the pointer, making it act identical to `onPointerOut`. Thanks to the [well maintained docs](https://docs.pmnd.rs/react-three-fiber/api/events#how-the-event-system-works,-bubbling-and-capture) I...
Hi, first of all I highly appreciate that you made it possible to use the TS3Sdk in JS. I've used your plugin successfully in a project of mine, made in...