UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

18 lines 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TrackKindType = exports.VideoType = void 0; var VideoType; (function (VideoType) { VideoType["MP4"] = "video/mp4"; VideoType["WEBM"] = "video/webm"; VideoType["OGG"] = "video/ogg"; })(VideoType || (exports.VideoType = VideoType = {})); var TrackKindType; (function (TrackKindType) { TrackKindType["CAPTIONS"] = "captions"; TrackKindType["CHAPTERS"] = "chapters"; TrackKindType["DESCRIPTIONS"] = "descriptions"; TrackKindType["METADATA"] = "metadata"; TrackKindType["SUBTITLES"] = "subtitles"; })(TrackKindType || (exports.TrackKindType = TrackKindType = {})); //# sourceMappingURL=video.js.map