@remotion/zod-types
包含Zod的实用类型和Remotion特定类型。
目前仅支持Zod版本3.22.3。
在下一个Remotion的主要版本中,Zod版本将会更新。
安装
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/zod-types@4.0.206
npm i --save-exact @remotion/zod-types@4.0.206
pnpm i @remotion/zod-types@4.0.206
pnpm i @remotion/zod-types@4.0.206
bun i @remotion/zod-types@4.0.206
bun i @remotion/zod-types@4.0.206
yarn --exact add @remotion/zod-types@4.0.206
yarn --exact add @remotion/zod-types@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.