Package Exports
- console_design
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (console_design) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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