UNPKG

167 BTypeScriptView Raw
1export declare type VideoConfig = {
2 width: number;
3 height: number;
4 fps: number;
5 durationInFrames: number;
6};
7//# sourceMappingURL=video-config.d.ts.map
\No newline at end of file