JSPM

console_design

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q33256F
  • License ISC

Design the Dev tools

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

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