JSPM

ansi-style-codes

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q51182F
  • License MIT

A list of ansi style codes

Package Exports

  • ansi-style-codes

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 (ansi-style-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ansi-style-codes Build Status codecov

A list of ansi style codes

Install

$ npm install ansi-style-codes

Usage

const ansiStyleCodes = require('ansi-style-codes');

ansiStyleCodes.bold;
//=> 1

ansiStyleCodes.red;
//=> 31

ansiStyleCodes.magenta;
//=> 35

License

MIT © Tobias Herber