UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

3 lines (2 loc) 134 B
import http from 'node:http'; export declare const readFile: (url: string, redirectsSoFar?: number) => Promise<http.IncomingMessage>;