@valtech-commerce/terminal-pad
Terminal-friendly string pad
Install
$ npm install @valtech-commerce/terminal-pad
Usage
const chalk = require('chalk');
const pad = require('@valtech-commerce/terminal-pad');
pad(chalk.bgRed('📛 Error'), 20);
//=> '📛 Error '
API
pad(text, length)
Returns a String
with padded text
text
Required
Type: String
The text to pad.
length
Required
Type: Number
The total length of outputted string.
License
MIT © Valtech Canada inc.