rive-web
Installation
SKILL.md
Rive Web Runtime
Embed and control Rive animations on the web with JavaScript/TypeScript.
Installation
# Canvas renderer (smaller, good for most cases)
npm install @rive-app/canvas
# WebGL renderer (better for complex animations)
npm install @rive-app/webgl
Quick Start
import { Rive } from '@rive-app/canvas';
Related skills