1.0.2 • Published 3 years ago

console_design v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Image of console_design

Design Beautiful Console in seconds.

Install

$ npm install --global console_design

Console Design Usage

import consoleDesign from 'console_design';

// declare text and text style
var text = 'Welcome to NPM World';
var style = 'background: red; color: yellow; padding: 1rem 2rem; border-radius: 2rem; font-size: 2rem;';

var cd = consoleDesign(text, style);

console.log(cd.text, cd.style);

Sample Output Response

Image of console_design_output

License

ISC © Gowtham