UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 229 B
export type TextureWrapping = number; export namespace TextureWrapping { let RepeatWrapping: number; let ClampToEdgeWrapping: number; let MirroredRepeatWrapping: number; } //# sourceMappingURL=TextureWrapping.d.ts.map