UNPKG

@phaserjs/phaser

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