@pixelation/engine
Version:
A simple pixel art game engine.
10 lines (9 loc) • 334 B
TypeScript
export * as audio from "./audio";
export * as colors from "./colors";
export * as easing from "./easing";
export * as geometry from "./geometry";
export * as graphics from "./graphics";
export * as input from "./input";
export * as lifecycle from "./lifecycle";
export * as util from "./util";
export { type Tagged } from "./tagged";