UNPKG

excalibur

Version:

Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.

5 lines (4 loc) 111 B
/** * Checks if excalibur is in a x-origin iframe */ export declare function isCrossOriginIframe(): boolean;