terminal-bigtext-generator

1.0.1 • Public • Published

terminal-bigtext-generator

Description

console-bigtext-generator is a simple library which allows users to generate Big Texts on the console. This library can be used for making application banners in the terminal.

Installation

npm install terminal-bigtext-generator --save

Usage

const tbg = require('terminal-bigtext-generator')

tbg.print('ABC')

Support

This library currently supports characters like A-Z a-z 0-9 - !

This library does not support any characters beyond this and will throw an error if entered. Also multi-line printing is not available as of now.

Package Sidebar

Install

npm i terminal-bigtext-generator

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

19.6 kB

Total Files

11

Last publish

Collaborators

  • itssayantan