remotion
import {TableOfContents} from '../components/TableOfContents/remotion';
A package containing the essential building blocks of expressing videos in Remotion.
Some pure functions such as interpolate()
and interpolateColors()
can also be used outside of Remotion.
Installation
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
<Tabs
defaultValue="npm"
values={[
{ label: 'npm', value: 'npm', },
{ label: 'pnpm', value: 'pnpm', },
{ label: 'yarn', value: 'yarn', },
]
}>
bash
npm i remotion
bash
npm i remotion
bash
pnpm i remotion
bash
pnpm i remotion
bash
yarn add remotion
bash
yarn add remotion
API
The following functions and components are exposed: