Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FontClip

import type { FontClip } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";
interface FontClip extends ClipBase {
font?: {
color?: HexColor;
outline_color?: HexColor;
outline_size?: number;
size?: number;
family?: string;
line_spacing?: number;
background_radius?: number;
background_color?: HexColor;
}
;
text: string;
}

§Extends

§Properties

§
font?: {
color?: HexColor;
outline_color?: HexColor;
outline_size?: number;
size?: number;
family?: string;
line_spacing?: number;
background_radius?: number;
background_color?: HexColor;
}
[src]

Text specific properties

§
text: string
[src]

Text to be displayed