srt-to-ass
v0.1.10
Published
Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
Downloads
58
Readme
Srt-to-ass
Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
Installation
npm install srt-to-ass
Usage
var sub = require('srt-to-ass');
sub.convert('stubs/bighero.srt', 'bighero.ass');
Contributing
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.