StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/figures
Angelos Chatzimparmpas f521a3509d paper-version 6 years ago
..
index.d.ts paper-version 6 years ago
index.js paper-version 6 years ago
license paper-version 6 years ago
package.json paper-version 6 years ago
readme.md paper-version 6 years ago

readme.md

figures Build Status

Unicode symbols with Windows CMD fallbacks

and more...

Windows CMD only supports a limited character set.

Install

$ npm install figures

Usage

See the source for supported symbols.

const figures = require('figures');

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

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

API

figures(string)

Returns the input with replaced fallback Unicode symbols on Windows.

All the below figures are attached to the main export as shown in the example above.

string

Type: string

String where the Unicode symbols will be replaced with fallback symbols depending on the OS.

Figures

Name Real OSes Windows
tick ✔ √
cross ✖ ×
star ★ *
square ▇ █
squareSmall ◻ [ ]
squareSmallFilled ◼ [█]
play ▶ ►
circle ◯ ( )
circleFilled ◉ (*)
circleDotted ◌ ( )
circleDouble ◎ ( )
circleCircle ⓞ (○)
circleCross ⓧ (×)
circlePipe Ⓘ (│)
circleQuestionMark ?⃝ (?)
bullet ● *
dot ․ .
line ─ ─
ellipsis … ...
pointer ❯ >
pointerSmall › »
info ℹ i
warning ⚠ ‼
hamburger ☰ ≡
smiley ㋡ ☺
mustache ෴ ┌─┐
heart ♥ ♥
nodejs ⬢ ♦
arrowUp ↑ ↑
arrowDown ↓ ↓
arrowLeft ← ←
arrowRight → →
radioOn ◉ (*)
radioOff ◯ ( )
checkboxOn ☒ [×]
checkboxOff ☐ [ ]
checkboxCircleOn ⓧ (×)
checkboxCircleOff Ⓘ ( )
questionMarkPrefix ?⃝ ?
oneHalf ½ 1/2
oneThird ⅓ 1/3
oneQuarter ¼ 1/4
oneFifth ⅕ 1/5
oneSixth ⅙ 1/6
oneSeventh ⅐ 1/7
oneEighth ⅛ 1/8
oneNinth ⅑ 1/9
oneTenth ⅒ 1/10
twoThirds ⅔ 2/3
twoFifths ⅖ 2/5
threeQuarters ¾ 3/4
threeFifths ⅗ 3/5
threeEighths ⅜ 3/8
fourFifths ⅘ 4/5
fiveSixths ⅚ 5/6
fiveEighths ⅝ 5/8
sevenEighths ⅞ 7/8

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.