rive-react
rive-react copied to clipboard
React runtime for Rive
clientWidth and clientHeight return element size without the decimals. getBoundingClientRect instead returns a more precise size that we can use to make sure the canvas is not slightly smaller than...
Hi, I've read your docs on how to preload the WASM file, and they are very useful if you're looking to in-line the WASM file. Unfortunately, the added bundle size...
**Description:** I've integrated Rive animations into my Nextjs project using @rive-app/react-canvas. The animations load and function correctly, but I've encountered an issue where the page goes blank or white for...
Currently seeing the following error when running with Vitest. `[vitest] vi.mock(“@rive-app/react-canvas”, factory?: () => unknown) is not returning an object. Did you mean to return an object with a “default”...
My .riv loads perfectly fine, but when the page containing said rive file is left idle for some time I get the following error, and some of the items within...
In your rive app, create a viewModel which has a nested viewModel named "foo/bar". Make the nested model have a string called "baz". One would expect `useViewModelInstanceString("foo/bar/baz")` to bind to...
The link https://rive-app.github.io/rive-react from the documentation gives a 404 error.
bump rive canvas to 2.31.1
once you login using google, it should redirect you to some dashboard or some profile page I'm assuming, this is me using rive for the first time so I don't...