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 
Unicode symbols with Windows CMD fallbacks
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