UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 183 B
import { CanPlayVideoType } from "./CanPlayVideoType"; export function CanPlayWebMVideo(videoElement) { return CanPlayVideoType('video/webm; codecs="vp8, vorbis"', videoElement); }