BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
cli-columns
ðĪ Upload
ð New File
ð New Folder
Close
Editing: color.js
const chalk = require('chalk'); const columns = require('.'); // prettier-ignore const values = [ 'blue' + chalk.bgBlue('berry'), 'įŽč č' + chalk.yellow('čđæįŽ'), chalk.red('apple'), 'pomegranate', 'durian', chalk.green('star fruit'), 'ããĪããããŦ', 'apricot', 'banana', 'pineapple', chalk.bgRed.yellow('orange') ]; console.log(''); console.log(columns(values)); console.log('');
Save
Cancel