@robinbobin/mimetype-constants
Version:
Extensible MIME constants with typescript support
17 lines (14 loc) • 354 B
text/typescript
import type { TVideoTypeGroup } from './types'
import { createTypeGroup } from '../createTypeGroup'
export const video: TVideoTypeGroup = createTypeGroup('video', {
h264: 'h264',
mp2t: 'mp2t',
mp4: 'mp4',
mpeg: 'mpeg',
ogg: 'ogg',
quicktime: 'quicktime',
threeGpp: '3gpp',
threeGpp2: '3gpp2',
webm: 'webm',
xMsvideo: 'x-msvideo'
})