Spaces:
Running
Running
Case Zero - initial public release (fully local: Qwen2.5-1.5B via llama.cpp + Supertonic, custom pixel-noir SPA via gradio.Server)
414dc55 | // Ambient globals used by the pixel engine and debug hook. | |
| interface Window { | |
| __pxScale?: number | |
| __justDragged?: boolean | |
| // eslint-disable-next-line @typescript-eslint/no-explicit-any | |
| __game?: any | |
| } | |