UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 145 B
export declare const writeStaticFile: ({ contents, filePath, }: { contents: string | ArrayBuffer; filePath: string; }) => Promise<void>;