Skip to main content

Deno 支持

截至目前,Remotion 不支持 Deno
如果你想尝试使用 Deno 运行 Remotion,你可以这样做。

🌐 As of right now, Remotion does not support Deno.
If you would like to experiment and run Remotion using Deno, you can do so.

为此,我们创建了一种使用 Deno 运行 Remotion CLI 的方法(从 v2.0.227 起可用):

🌐 For this, we created a way to run the Remotion CLI using Deno (available from v2.0.227):

npx remotiond

使用 remotiond 而不是 remotion 命令。
使用 npx 或其他作为任务运行器都无所谓。

🌐 Use remotiond instead of the remotion command.
It does not matter if you use npx or something else as a task runner.

权限标志

🌐 Permission flags

Remotion 在未使用以下权限运行 Deno 时无法工作:

🌐 Remotion does not work with Deno is not run with the following permissions:

--allow-env --allow-read --allow-write --allow-net --allow-run --allow-sys

另请参阅

🌐 See also