minechalk
v1.0.0
Published
A package to convert minecraft color codes to show in your console.
Maintainers
Readme
minechalk
Convert your Minecraft color formatting to print in your console.
Supported with colors and formatting codes, except for obfuscation.
Example Usage:
const mc = require('minechalk');
const log = console.log;
log(mc("§3Provide a string here!"));
log(mc("&cYou can also use other symbols", "&"));