mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
12 lines
477 B
TypeScript
12 lines
477 B
TypeScript
// See all configuration options: https://remotion.dev/docs/config
|
|
// Each option also is available as a CLI flag: https://remotion.dev/docs/cli
|
|
|
|
// Note: When using the Node.JS APIs, the config file doesn't apply. Instead, pass options directly to the APIs
|
|
|
|
import { Config } from "@remotion/cli/config";
|
|
import { enableTailwind } from '@remotion/tailwind-v4';
|
|
|
|
Config.setVideoImageFormat("png");
|
|
Config.setOverwriteOutput(true);
|
|
Config.overrideWebpackConfig(enableTailwind);
|