Initial commit
This commit is contained in:
7
TextTrackType.js
Normal file
7
TextTrackType.js
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import keyMirror from 'keymirror';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
SRT: 'application/x-subrip',
|
||||||
|
TTML: 'application/ttml+xml',
|
||||||
|
VTT: 'text/vtt'
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user