1.0.2 • Published 2 years ago

@mhafemann/figures v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

@mhafemann/figures

GitHub license Minified / Gzipped

This package provides Unicode symbols with Windows-compatible fallbacks.

This package is a customized version of the figures package written by Sindre Sorhus.

Installation

pnpm i @mhafemann/figures

Usage

ES6

import figures from '@mhafemann/figures';

console.log(figures.tick); // >> ✔ Or on Winodws >> √

CommonJS

const figures = require('@mhafemann/figures');

Figures

NameSymbolWindows Fallback
arrowDown
arrowLeft
arrowRight
arrowUp
bullet
circle( )
circleFilled(*)
cross×
heart
home
infoi
line--
lineVertical
pointer>
squareSmall
squareSmallFilled
tick
warning
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago