UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 164 B
import {EnginePlatform} from "./EnginePlatform"; export class WebEnginePlatform extends EnginePlatform { constructor(options?: { storageKey?: string }) }