File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
* _/ |
9
9
* |__/
10
10
*/
11
- import { hmsToSeconds , toVttCue } from './helpers.js' ;
11
+ import { hmsToSeconds , toVttCue } from './src/ helpers.js' ;
12
12
import { transformSrtTracks } from './src/transformer.js' ;
13
13
14
14
export {
Original file line number Diff line number Diff line change 11
11
},
12
12
"scripts" : {
13
13
"dev" : " vite" ,
14
- "build" : " npm run build:esm && npm run build:esm" ,
14
+ "build" : " npm run build:iife && npm run build:esm" ,
15
15
"build:iife" : " vite build" ,
16
16
"build:esm" : " vite --config vite.config.esm.js build" ,
17
17
"preview" : " vite preview" ,
Original file line number Diff line number Diff line change 1
- import Cue from "./src/ cue.js"
1
+ import Cue from "./cue.js"
2
2
3
3
/**
4
4
* Converts a SRT cue into a VTT compatible cue
Original file line number Diff line number Diff line change 1
1
import Cue from "./cue.js" ;
2
- import { toVttCue } from '.. /helpers.js' ;
2
+ import { toVttCue } from './helpers.js' ;
3
3
4
4
export default class Track {
5
5
/**
You can’t perform that action at this time.
0 commit comments