UNPKG

minecraft-text

Version:

Parse Minecraft text into many formats including HTML.

9 lines (8 loc) 256 B
export declare const Colors: Record<string, Color>; export declare const Formats: Record<string, Format>; export declare const Classes: Record<string, string>; export declare const CharSizes: { THIN: string[]; MID: string[]; WIDE: string[]; };