@remotion/bundler
一个包含 bundle() 函数的包,该函数接收一个 Remotion 项目并使用 Webpack 进行打包,为服务器端渲染函数(如 getCompositions() 和 renderMedia())的使用做好准备
🌐 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
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/bundler
This assumes you are currently using v4.0.431 of Remotion.npm i --save-exact @remotion/bundler@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.pnpm i @remotion/bundler@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.bun i @remotion/bundler@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.yarn --exact add @remotion/bundler@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.应用编程接口
🌐 API
许可证
🌐 License