0.0.9 • Published 9 years ago

subtitles-sync v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

subtitles-sync

Build Latest Version Downloads per Month License

This package can be used to synchronize .srt subtitles. It is very simple to use and allows you to advance or delay your subtitles.

Install

$ npm install --save subtitles-sync

Usage

var subtitles = require('subtitles-sync');

subtitles.sync(input, [hours, minutes, seconds, milliseconds]);
// => A string with the new subtitles

License

MIT © Henrique Dias