@remotion/lambda
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import {TableOfContents} from '../../components/TableOfContents/lambda';
<Tabs
defaultValue="npm"
values={[
{ label: 'npm', value: 'npm', },
{ label: 'yarn', value: 'yarn', },
{ label: 'pnpm', value: 'pnpm', },
]
}>
bash
npm i @remotion/lambda
bash
npm i @remotion/lambda
bash
pnpm i @remotion/lambda
bash
pnpm i @remotion/lambda
bash
yarn add @remotion/lambda
bash
yarn add @remotion/lambda
Also update all the other Remotion packages to have the same version: remotion
, @remotion/cli
and others.
note
Make sure no package version number has a ^
character in front of it as it can lead to a version conflict.
See the setup guide for complete instructions on how to get started.
APIs
The following Node.JS are available:
CLI
See here for a list of CLI commands.