Rive
High level Rive API using CanvasRenderingContext2D with inline WASM. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
Canvas
npm install @rive-app/canvas-single
An easy to use high level Rive API using the CanvasRenderingContext2D renderer. This lets Rive use the browser's native high level vector graphics renderer. Best for:
- Extremely small download size
- Displaying many animated canvases concurrently on the screen.
- Simple vector graphics animations without mesh deformations and other upcoming advanced rendering features.
Quickstart