Styled Text
1import { chalk } from 'hbh-terminal';3console.log(chalk.red.bold('Bold Red Text'));4console.log(chalk.rgb(255, 100, 0)('🔥 RGB Styled Text'));5console.log(chalk.gradientText('Gradient Text', 'purple', 'orange'));