Hi there!
Does anyone have a good example of Rive integration?
Not just embedding custom HTML, but fully controlled with JS.
There’s an example here: rive example, but since I need to handle everything in JS, I’ve run into issues integrating the .riv file and controlling it from JS.
As far as I know, there’s no way to preload rive.wasm + .riv files into the project, so I’m fine with loading them from an external source. What I’m mostly looking for is a good example of how to properly load and manipulate everything via pure .js/.mjs.
Are there any plans for native Lottie/Rive integration?
Many thanks