JSPM

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

Unicode symbols with Windows CMD fallbacks

Package Exports

  • figures

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

Readme

figures Build Status

Unicode symbols with Windows CMD fallbacks

and more...

Windows CMD only supports a limited character set.

Install

$ npm install --save figures

Usage

See the source for supported symbols.

var figures = require('figures');

console.log(figures.tick);
// On real OSes:  ✔︎
// On Windows:    √

License

MIT © Sindre Sorhus