mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +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;
|