UNPKG

cli-html-c

Version:

There will be cli module who render HTML to Terminal

7 lines (4 loc) 203 B
const ansiAlign = require('ansi-align'); const blockTag = require('../tag-helpers/blockTag'); const center = blockTag((value) => ansiAlign(value, { align: 'center' })); module.exports.center = center;