UNPKG

framo

Version:

Glorious media processing right in your browser with Typescript support

11 lines (10 loc) 181 B
export interface Mediainfo { media: { track: Track[]; }; } export interface Track { FrameCount: string; Duration: string; FrameRate: string; }