console_design
v1.0.2
Published
Design the Dev tools
Downloads
2
Maintainers
Readme
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
License
ISC © Gowtham