UNPKG

shaku

Version:

A simple and effective JavaScript game development framework that knows its place!

11 lines 273 B
export type TextAlignment = string; /** * Possible text alignments. */ export type TextAlignments = TextAlignment; export namespace TextAlignments { const Left: string; const Right: string; const Center: string; } //# sourceMappingURL=text_alignments.d.ts.map