console_design

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i console_design

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

4.45 kB

Total Files

4

Last publish

Collaborators

  • gowtham_mdu