Skip to main content
Deno 2 is finally here 🎉️
Learn more

Colorify 🌈


preview
  • Fast & light
  • Full of styles
  • Awesome

Installation:

deno install https://deno.land/x/colorify/mod.ts

Use:

import { bg, fg, styles, stack } from 'https://deno.land/x/colorify/mod.ts'

fg.blue('Argentina❤')
fg.cyan('Argentina❤')
fg.green('Argentina❤')
fg.magenta('Argentina❤')
fg.red('Argentina❤')
fg.white('Argentina❤')
fg.yellow('Argentina❤')
fg.black('Argentina❤\n')

bg.blue('Argentina❤')
bg.cyan('Argentina❤')
bg.green('Argentina❤')
bg.magenta('Argentina❤')
bg.red('Argentina❤')
bg.white('Argentina❤')
bg.yellow('Argentina❤')
bg.black('Argentina❤\n')

styles.bold('Argentina❤')
styles.underline('Argentina❤\n')

stack.log('red', 'green', 'bold', 'Argentina❤')