summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/figures/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/figures/readme.md')
-rw-r--r--tools/node_modules/eslint/node_modules/figures/readme.md25
1 files changed, 17 insertions, 8 deletions
diff --git a/tools/node_modules/eslint/node_modules/figures/readme.md b/tools/node_modules/eslint/node_modules/figures/readme.md
index 628703a0a7..cf537009ac 100644
--- a/tools/node_modules/eslint/node_modules/figures/readme.md
+++ b/tools/node_modules/eslint/node_modules/figures/readme.md
@@ -1,4 +1,4 @@
-# figures [![Build Status: Linux](https://travis-ci.org/sindresorhus/figures.svg?branch=master)](https://travis-ci.org/sindresorhus/figures) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/mb743hl70269be3r/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/figures/branch/master)
+# figures [![Build Status](https://travis-ci.org/sindresorhus/figures.svg?branch=master)](https://travis-ci.org/sindresorhus/figures)
> Unicode symbols with Windows CMD fallbacks
@@ -12,7 +12,7 @@ Windows CMD only supports a [limited character set](http://en.wikipedia.org/wiki
## Install
```
-$ npm install --save figures
+$ npm install figures
```
@@ -35,17 +35,17 @@ console.log(figures.tick);
## API
-### figures(input)
+### figures(string)
-Returns the input with replaced fallback unicode symbols on Windows.
+Returns the input with replaced fallback Unicode symbols on Windows.
All the below [figures](#figures) are attached to the main export as shown in the example above.
-#### input
+#### string
Type: `string`
-String where the unicode symbols will be replaced with fallback symbols depending on the OS.
+String where the Unicode symbols will be replaced with fallback symbols depending on the OS.
## Figures
@@ -79,6 +79,7 @@ String where the unicode symbols will be replaced with fallback symbols dependin
| smiley | ㋡ | ☺ |
| mustache | ෴ | ┌─┐ |
| heart | ♥ | ♥ |
+| nodejs | ⬢ | ♦ |
| arrowUp | ↑ | ↑ |
| arrowDown | ↓ | ↓ |
| arrowLeft | ← | ← |
@@ -115,6 +116,14 @@ String where the unicode symbols will be replaced with fallback symbols dependin
- [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols for various log levels
-## License
+---
-MIT © [Sindre Sorhus](https://sindresorhus.com)
+<div align="center">
+ <b>
+ <a href="https://tidelift.com/subscription/pkg/npm-figures?utm_source=npm-figures&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
+ </b>
+ <br>
+ <sub>
+ Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
+ </sub>
+</div>