# triangle-chars

> Map of 20 unicode triangle characters

Latest version **0.1.0** (published 2012-01-31) · 0 weekly downloads

## Install

```sh
npm install triangle-chars
pnpm add triangle-chars
yarn add triangle-chars
bun add triangle-chars
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2012-01-31 |
| First published | 2012-01-31 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.4.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | David Brockman Smoliansky |
| Maintainers | dbrockman |

## Links

- npm: https://www.npmjs.com/package/triangle-chars
- Repository: https://github.com/dbrockman/triangle-chars
- npm.io page: https://npm.io/package/triangle-chars

## Recent versions

- 0.1.0 (latest) — 2012-01-31

## README

Map of 20 unicode triangle characters (U+25B2 - U+25C5).

## Usage

``` js
var triangles = require('triangle-chars');
triangles.code.UP_BLACK; // 9650
triangles.html.UP_BLACK; // "&#9650;"
var s = String.fromCharCode(triangles.code.UP_BLACK);
s === triangles.string.UP_BLACK; // true
```

## Names

* UP_BLACK
* UP_WHITE
* UP_BLACK_SMALL
* UP_WHITE_SMALL
* RIGHT_BLACK
* RIGHT_WHITE
* RIGHT_BLACK_SMALL
* RIGHT_WHITE_SMALL
* RIGHT_BLACK_POINTER
* RIGHT_WHITE_POINTER
* DOWN_BLACK
* DOWN_WHITE
* DOWN_BLACK_SMALL
* DOWN_WHITE_SMALL
* LEFT_BLACK
* LEFT_WHITE
* LEFT_BLACK_SMALL
* LEFT_WHITE_SMALL
* LEFT_BLACK_POINTER
* LEFT_WHITE_POINTER

---
_Source: https://npm.io/package/triangle-chars · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
