UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 244 B
declare namespace _default { export { make as create }; } export default _default; /** * * @param {Vector2} [repeat] * @returns {Texture} */ declare function make(repeat?: Vector2): Texture; //# sourceMappingURL=CheckersTexture.d.ts.map