UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

17 lines (16 loc) 445 B
export declare const allowHtmlInCanvasOption: { name: string; cliFlag: "allow-html-in-canvas"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; type: boolean; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { value: boolean; source: string; }; setConfig(value: boolean): void; id: "allow-html-in-canvas"; };