# braille-dots

> Get Braille characters based on the dot-names or vice versa.

Latest version **1.0.1** (published 2018-10-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install braille-dots
pnpm add braille-dots
yarn add braille-dots
bun add braille-dots
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-10-15 |
| First published | 2018-10-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 179 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jeremy Greer |
| Maintainers | reergymerej |
| Keywords | braille, dots, translation, translator, 6-dot, 8-dot, unicode |

## Links

- npm: https://www.npmjs.com/package/braille-dots
- Repository: https://github.com/reergymerej/braille-dots
- Homepage: https://github.com/reergymerej/braille-dots#readme
- Issues: https://github.com/reergymerej/braille-dots/issues
- npm.io page: https://npm.io/package/braille-dots

## Alternatives

- [messageformat](https://npm.io/package/messageformat.md) — 329.7K weekly downloads
- [@mintlify/scraping](https://npm.io/package/@mintlify/scraping.md) — 294.8K weekly downloads
- [@mintlify/previewing](https://npm.io/package/@mintlify/previewing.md) — 209.5K weekly downloads
- [@mintlify/prebuild](https://npm.io/package/@mintlify/prebuild.md) — 209.5K weekly downloads
- [@mintlify/link-rot](https://npm.io/package/@mintlify/link-rot.md) — 206.3K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-10-15
- 1.0.0 — 2018-10-15

## README

# braille-dots

[![Build Status](https://travis-ci.com/reergymerej/braille-dots.svg?token=AiAzfY2MJmZkDBAp517s&branch=master)](https://travis-ci.com/reergymerej/braille-dots)

Get Braille characters based on the dot-names or vice versa.

```js
import brailleDots from 'braille-dots'

brailleDots(234) // '⠎'
brailleDots('⠎') // 234

brailleDots(null) // '⠀'
brailleDots('⠀') // null
```


Values are based off the super convenient
https://www.pharmabraille.com/braille-codes/unified-english-braille-ueb-code/.







---
kickstarted by [npm-boom][npm-boom]

[npm-boom]: https://github.com/reergymerej/npm-boom

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