UNPKG

braillify

Version:

Braillify is a library for converting text to braille.

31 lines (25 loc) 1.14 kB
# 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> ## 설치 ```bash npm install braillify # node ``` ```bash pip install braillify # python ```