Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
npm install srt-to-ass
var sub = require('srt-to-ass');
sub.convert('stubs/bighero.srt', 'bighero.ass');
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.