UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 176 B
import { CanPlayVideoType } from "./CanPlayVideoType"; export function CanPlayOGGVideo(videoElement) { return CanPlayVideoType('video/ogg; codecs="theora"', videoElement); }