@remotion/zod-types
包括用于 Zod 的实用类型和 Remotion 特定类型。
🌐 Includes utility types and Remotion-specific types for Zod.
note
自 Remotion v4.0.426 起,@remotion/zod-types 基于 Zod v4。
如果你愿意,现在可以升级到 Zod v4。
如果你想继续使用之前 Remotion 所要求的 Zod 3.22.3,请使用 @remotion/zod-types-v3 而不是 @remotion/zod-types。
安装
🌐 Installation
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/zod-types
This assumes you are currently using v4.0.431 of Remotion.npm i --save-exact @remotion/zod-types@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/zod-types@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/zod-types@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/zod-types@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