UNPKG

videomail-client

Version:

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

4 lines (3 loc) 194 B
import { VideoTypeType } from "./../../../types/VideoType"; declare function canPlayType(video: HTMLVideoElement, type: VideoTypeType): false | "maybe" | "probably"; export default canPlayType;