UNPKG

minecraft-text

Version:

Parse Minecraft text into many formats including HTML.

7 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function stripFormats(text, delimiter = "§") { return text.replace(new RegExp(`\\${delimiter}([a-f]|[k-o]|[0-9]|r)`, "gm"), ""); } exports.default = stripFormats; //# sourceMappingURL=stripFormats.js.map