|
2 years ago | |
---|---|---|
.. | ||
index.js | 2 years ago | |
license | 2 years ago | |
package.json | 2 years ago | |
readme.md | 2 years ago |
Unicode symbols with Windows CMD fallbacks
Windows CMD only supports a limited character set.
$ npm install --save figures
See the source for supported symbols.
var figures = require('figures');
console.log(figures.tick);
// On real OSes: ✔︎
// On Windows: √
MIT © Sindre Sorhus