srt-to-text

1.0.3 • Public • Published

Example code:

const fs = require('fs');
const srt = require('srt-to-text');
let text = fs.readFileSync('test.srt');

console.log(srt.parse(text));

Readme

Keywords

none

Package Sidebar

Install

npm i srt-to-text

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

4.23 kB

Total Files

4

Last publish

Collaborators

  • garysieling