UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 148 B
/** * * @param {Texture} t * @returns {Texture} */ export function cloneTexture(t: Texture): Texture; //# sourceMappingURL=cloneTexture.d.ts.map