rive-app / rive-app/rive-react
Expose rive.wasm through React package
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 58
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 6
Description
To be able to do something similar to:
import riveWASMResourceUrl from "@rive-app/canvas/rive.wasm?url";
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by inspecting the React package's build and package entry points to see how bundled assets are exposed, then check how a consumer can resolve the requested rive.wasm?url import. Done means the documented import resolves to the WebAssembly resource from the published React package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript, wasm
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100