Sync Subs
Using the File API it is possible to generate files on the fly and let the browser download them. It also uses Service Workers to provide offline support.
Tech
This subtitles synchronizer uses a number of open source projects to work properly:
- SRT Parser from Popcorn - a parser for SRT files.
Installation
Run grunt and open the index.html
file in the dist
folder.
Running Tests
Install mocha globally with npm i mocha -g
. Then run mocha
.
Status
(only for Javascript code that can be run on node)
Authors
License
MIT