Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 401 Bytes

File metadata and controls

19 lines (11 loc) · 401 Bytes

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.