weizhenye / ASS

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

Code optimization #35

Closed wraith4081 closed 1 year ago

wraith4081 commented 2 years ago

Replaced with forEach as it uses the for loop unnecessarily. The object used to define the vendor has been converted to more optimized code using the shorthand method, which takes only what is needed from the array and returns the required data. The getStyleRoot function has been made as short as possible because it is overextended.