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 238 B
/** * Helper class to store Glyph (font symbol/codenumber and image Rect location). */ var Glyph = /** @class */ (function () { function Glyph() { } return Glyph; }()); export default Glyph; //# sourceMappingURL=Glyph.js.map