Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 178 Bytes

File metadata and controls

4 lines (4 loc) · 178 Bytes
const colors = new MinecraftColorCodes();
colors.parse("&a&lHello&r&bworld")// -> Array [{color: "green", mode: "bold", text: "Hello"}, {color: "aqua", text: "world"}]