UNPKG

@openanime/ass2esl

Version:

Utilities to convert Advanced SubStation Alpha (ASS) to Expressive Subtitle Language (ESL)

7 lines (6 loc) 265 B
export interface ProcessedStyle { name: string; hclProperties: string[]; features: Set<string>; // called them features but they are just text styles like bold, italic, etc. margins: { MarginL?: number; MarginR?: number; MarginV?: number }; }