Convert subtitles (SRT) to Advanced Substation Alpha (ASS) for correct output on 3D screens
npm install 3dsub
var sub = require('3dsub');
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.
- 0.1.4 Initial alpha release