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