mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
9 lines
192 B
TypeScript
9 lines
192 B
TypeScript
declare var _default: {
|
|
oggVideo: boolean;
|
|
h264Video: boolean;
|
|
mp4Video: boolean;
|
|
webmVideo: boolean;
|
|
vp9Video: boolean;
|
|
hlsVideo: boolean;
|
|
};
|
|
export default _default;
|