UNPKG

html2d

Version:

A Typescript game engine to build HTML5 games for the web using webcomponents.

9 lines (8 loc) 159 B
import { Vector2D } from "./math" import { Input2D, AxisName, KeyCode } from "./input" export { Vector2D, Input2D, AxisName, KeyCode }