UNPKG

retrolib

Version:

Render low-res scenes to the canvas in a retro 8-bit era style. Aseprite exported animation wrapper, scene management, sound and image management, particle support.

10 lines (9 loc) 201 B
import Rect from "./rect"; export type CodeData = { codenumber: number; symbol: string; rect: Rect; description: string; }; declare const codePage: CodeData[]; export default codePage;