@remotion/bundler
import {TableOfContents} from '../components/TableOfContents/bundler';
A package containing the bundle()
function, which takes a Remotion project and bundles it using Webpack, preparing it to be used by server-side rendering functions such as getCompositions()
and renderMedia()
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/bundler
bash
npm i @remotion/bundler
bash
pnpm i @remotion/bundler
bash
pnpm i @remotion/bundler
bash
yarn add @remotion/bundler
bash
yarn add @remotion/bundler