UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 182 B
/** * * @param {Texture} t * @returns {Promise<Texture>} */ export function promiseTextureLoaded(t: Texture): Promise<Texture>; //# sourceMappingURL=promiseTextureLoaded.d.ts.map