# Braillify
Rust 기반 크로스플랫폼 한국어 점역 라이브러리
<img src='https://img.shields.io/npm/v/braillify'>
<img src='https://img.shields.io/bundlephobia/minzip/braillify'>
<img alt="Github Checks" src="https://badgen.net/github/checks/dev-five-git/braillify"/>
<img alt="Apache-2.0 License" src="https://img.shields.io/github/license/dev-five-git/braillify"/>
<a href="https://www.npmjs.com/package/braillify">
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/braillify.svg?style=flat"/>
</a>
<a href="https://badgen.net/github/stars/dev-five-git/braillify">
<img alt="Github Stars" src="https://badgen.net/github/stars/dev-five-git/braillify" />
</a>
<a href="https://discord.gg/8zjcGc7cWh">
<img alt="Discord" src="https://img.shields.io/discord/1321362173619994644.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
</a>
<a href="https://codecov.io/gh/dev-five-git/braillify" >
<img src="https://codecov.io/gh/dev-five-git/braillify/graph/badge.svg?token=8I5GMB2X5B"/>
</a>
<a href="https://pypi.org/project/braillify" target="_blank">
<img src="https://img.shields.io/pypi/v/braillify?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypi.org/project/braillify" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/braillify.svg?color=%2334D058" alt="Supported Python versions">
</a>
## 설치
[npm 바로가기](https://www.npmjs.com/package/braillify)
```bash
npm install braillify # node
```
[pypi 바로가기](https://pypi.org/project/braillify/)
```bash
pip install braillify # python
```
[crates.io 바로가기](https://crates.io/crates/braillify)
```bash
cargo add braillify # rust
```