UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 200 B
/** * Guards against cases where ImageBitmap doesn't exist * @param {*} image * @return {boolean} */ export function isImageBitmap(image: any): boolean; //# sourceMappingURL=isImageBitmap.d.ts.map