UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (6 loc) 225 B
import {PathDisplaySpec} from "./PathDisplaySpec"; export class PathDisplay { public readonly specs: PathDisplaySpec[] static from(...specs: PathDisplaySpec[]): PathDisplay fromJSON(json: any): void }