netgusto opened this issue 6 years ago · 2 comments
Exemple:
const chalk = require('chalk'); console.log(chalk.green('Hello, World!'));
Should it be displayed in green, or [32mHello, World![39m ?
[32mHello, World![39m
https://www.npmjs.com/package/ansi-to-html
Done.