weizhenye / ASS

A lightweight JavaScript ASS subtitle renderer
https://ass.js.org
MIT License
534 stars 79 forks source link

How to change subtitle text and style programmically #53

Open erkki-l opened 2 weeks ago

erkki-l commented 2 weeks ago

How subtitle texts and styles can be modified dynamically using javascript?

The optimal solution is to be able to change single subtitle and style without reloading complete ASS content

weizhenye commented 1 week ago

It's mentioned in #16 but not supported yet.

The current phase of this project is focusing in refactoring with modern Web API and improving performance, which may impact how the API is shaped. I'd like to consider it later.