UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

6 lines (5 loc) 161 B
export declare const VideoType: { readonly WebM: "webm"; readonly MP4: "mp4"; }; export type VideoTypeType = (typeof VideoType)[keyof typeof VideoType];