Back to Remotion

@remotion/rive

packages/docs/docs/rive/index.mdx

4.0.471716 B
Original Source

import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import {TableOfContents} from './table-of-contents';

This package provides a component for rendering Rive animations in Remotion.

Installation

Install @remotion/rive

<Tabs defaultValue="npm" values={[ { label: 'npm', value: 'npm', }, { label: 'yarn', value: 'yarn', }, { label: 'pnpm', value: 'pnpm', }, ] }> <TabItem value="npm">

bash
npm i @remotion/rive
</TabItem> <TabItem value="yarn">
bash
yarn add @remotion/rive
</TabItem> <TabItem value="pnpm">
bash
pnpm i @remotion/rive
</TabItem> </Tabs>

API

<TableOfContents />

License

Remotion License