Sha256: 248a77491a68e270a2c52eed258d50bbee6fe76c769e6cf3783d2ae91c188cc4
Contents?: true
Size: 633 Bytes
Versions: 64
Compression:
Stored size: 633 Bytes
Contents
# figures [](https://travis-ci.org/sindresorhus/figures) > Unicode symbols with Windows CMD fallbacks [](index.js) [*and more...*](index.js) Windows CMD only supports a [limited character set](http://en.wikipedia.org/wiki/Code_page_437). ## Install ``` $ npm install --save figures ``` ## Usage See the [source](index.js) for supported symbols. ```js var figures = require('figures'); console.log(figures.tick); // On real OSes: ✔︎ // On Windows: √ ``` ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Version data entries
64 entries across 64 versions & 2 rubygems