Initial commit

This commit is contained in:
Hampton Maxwell 2018-06-12 21:04:00 -07:00
parent 659ca8fad9
commit fdf34c50fe

7
TextTrackType.js Normal file
View File

@ -0,0 +1,7 @@
import keyMirror from 'keymirror';
export default {
SRT: 'application/x-subrip',
TTML: 'application/ttml+xml',
VTT: 'text/vtt'
};