SubtitleTextAlignment type
Text alignment for subtitles
Signature:
export type SubtitleTextAlignment = "left" | "right" | "center" | "start" | "end";
Text alignment for subtitles
Signature:
export type SubtitleTextAlignment = "left" | "right" | "center" | "start" | "end";