UNPKG

@openanime/ass2esl

Version:

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

7 lines (5 loc) 97 B
declare class IdGenerator { private motionID; next(): number; } export { IdGenerator };