@geometrically/minecraft-motd-parser
Version:
Minecraft Server MOTD Parser, can convert to html, json, text.
8 lines (7 loc) • 382 B
TypeScript
import JSONToHTML from "./JSONToHTML";
import JSONToCleanedText from "./JSONToCleanedText";
import textToHTML from "./textToHTML";
import textToJSON from "./textToJSON";
import { JSONRender, autoToHTML } from "./autoToHTML";
import autoCleanToText from "./autoCleanToText";
export { JSONToHTML, JSONToCleanedText, textToHTML, textToJSON, JSONRender, autoToHTML, autoCleanToText, };