UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

4 lines (3 loc) 205 B
export declare const getExt: (contentType: string) => string | null; export declare function mimeLookup(path: string): string | false; export declare function mimeContentType(str: string): false | string;