File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This package will convert your SRT subtitles on the fly to VTT subtitles.
12
12
- Is available as a package (ES module) or as a ready to use script
13
13
- No external dependencies
14
14
- More functionality included
15
+ - TypeScript support
15
16
16
17
### Installation
17
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " srt-support-for-html5-videos" ,
3
- "version" : " 2.2.6 " ,
3
+ "version" : " 2.2.7 " ,
4
4
"repository" : " https://github.com/codeit-ninja/SRT-Support-for-HTML5-videos" ,
5
5
"type" : " module" ,
6
6
"main" : " main.js" ,
Original file line number Diff line number Diff line change 1
1
import { toVttCue , fetchTrack } from './helpers.js' ;
2
+ import Cue from './cue.js' ;
2
3
3
4
/**
4
5
* @property {string } src
You can’t perform that action at this time.
0 commit comments