UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

9 lines (5 loc) 189 B
'use strict'; var clc = require('../'); var text = '.........\n' + '. Hello .\n' + '.........\n'; var style = { ".": clc.yellowBright("X") }; process.stdout.write(clc.art(text, style));