UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

14 lines (12 loc) 276 B
import { createTypeGroup } from '../../createTypeGroup' export const image = createTypeGroup('image', { avif: 'avif', bmp: 'bmp', gif: 'gif', jpeg: 'jpeg', png: 'png', svgXml: 'svg+xml', tiff: 'tiff', vndMicrosoftIcon: 'vnd.microsoft.icon', webp: 'webp' })