Chapter 85: @remotion/bundler
Core Idea
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()
Key Concepts
Code Examples
npx remotion add @remotion/bundler
- What it demonstrates: Usage pattern for @remotion/bundler from the official docs.
Key Takeaways
- Understand installation when working with @remotion/bundler.
- Understand api when working with @remotion/bundler.
- Understand license when working with @remotion/bundler.
Connects To
- Authoring Packages: related page in the CLI & Bundling section.
- Bundle: related page in the CLI & Bundling section.
- Bundlers: related page in the CLI & Bundling section.