UNPKG

@paperbits/common

Version:
18 lines 517 B
export enum MimeTypes { imagePng = "image/png", imageSvg = "image/svg+xml", imageJpeg = "image/jpeg", imageGif = "image/gif", imageTiff = "image/tiff", imageIcon = "image/x-icon", videoMpeg = "video/mpeg", videoMp4 = "video/mp4", videoQt = "video/quicktime", videoWmv = "video/x-ms-wmv", videoFlv = "video/x-flv", videoWebm = "video/webm", textHtml = "text/html", textCss = "text/css", textJs = "text/javascript", fontTtf = "font/ttf" }