Arthur Vivian
Arthur Vivian
Right now changes to the riveParams passed into the `useRive` hook aren't listened to. E.g if you try to change the animation as follows, it will not update when `isDark`...
For testing cleanup on unmount locally. To run, in three separate terminal windows: * Run `npm run dev` in `rive-wasm/js` * Run `npm i` followed by `npm run dev` in...
Addresses issue raised in #152 * Adds the `usePrefersReducedMotion` option that can be passed to the `useRive`. If true, we respect the user prefers-reduced-motion setting and start the animation paused....
Returns early when loading a .riv if the status code is >= 400.
If an incorrect path is provided to a .riv file, we return an errors stating: `Bad header` and `Problem loading file: may be corrupt`. This is caused by the runtime...