UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

14 lines (10 loc) 165 B
export namespace Resource { export type Media = { kind: "media" filename: string blob: Blob url: string duration: number } export type Any = Media }