UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 182 B
export type TextureInitialState = number; export namespace TextureInitialState { let Clear: number; let Undefined: number; } //# sourceMappingURL=TextureInitialState.d.ts.map