@mhafemann/figures
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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

Name Symbol Windows Fallback
arrowDown
arrowLeft
arrowRight
arrowUp
bullet
circle ( )
circleFilled (*)
cross ×
heart
home
info i
line - -
lineVertical
pointer >
squareSmall
squareSmallFilled
tick
warning

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @mhafemann/figures

    Weekly Downloads

    0

    Version

    1.0.2

    License

    none

    Unpacked Size

    10.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • mhafemann