@remotion/bundler
一个包含 bundle()
函数的软件包,该函数接受一个 Remotion 项目并使用 Webpack 进行打包,准备好供服务器端渲染函数使用,例如 getCompositions()
和 renderMedia()
安装
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/bundler@4.0.206
npm i --save-exact @remotion/bundler@4.0.206
pnpm i @remotion/bundler@4.0.206
pnpm i @remotion/bundler@4.0.206
bun i @remotion/bundler@4.0.206
bun i @remotion/bundler@4.0.206
yarn --exact add @remotion/bundler@4.0.206
yarn --exact add @remotion/bundler@4.0.206
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.