mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 01:24:48 +00:00
16 lines
344 B
TypeScript
16 lines
344 B
TypeScript
|
declare var _default: {
|
||
|
canvas: boolean;
|
||
|
canvasBitBltShift: any;
|
||
|
webGL: boolean;
|
||
|
file: boolean;
|
||
|
fileSystem: boolean;
|
||
|
localStorage: boolean;
|
||
|
worker: boolean;
|
||
|
pointerLock: boolean;
|
||
|
vibration: boolean;
|
||
|
getUserMedia: boolean;
|
||
|
littleEndian: boolean;
|
||
|
support32bit: boolean;
|
||
|
};
|
||
|
export default _default;
|