giz nodeks
const chalk = require('chalk'); console.log(chalk.blue('Hello world!'));
Fragile Fox
const chalk = require('chalk'); console.log(chalk.blue('Hello world!'));
npm install chalk
import chalk from 'chalk';
console.log(chalk.blue('Hello world!'));