UNPKG

@openanime/ass2esl

Version:

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

13 lines (11 loc) 236 B
interface ProcessedStyle { name: string; hclProperties: string[]; features: Set<string>; margins: { MarginL?: number; MarginR?: number; MarginV?: number; }; } export type { ProcessedStyle };