UNPKG

pptx-automizer-mp70

Version:
16 lines (15 loc) 495 B
export declare enum ContentTypeMap { jpg = "image/jpeg", jpeg = "image/jpeg", png = "image/png", gif = "image/gif", svg = "image/svg+xml", m4v = "video/mp4", mp4 = "video/mp4", emf = "image/x-emf", wdp = "image/vnd.ms-photo", xml = "application/xml", bin = "application/vnd.openxmlformats-officedocument.oleObject", vml = "application/vnd.openxmlformats-officedocument.vmlDrawing" } export type ContentTypeExtension = keyof typeof ContentTypeMap;