0.0.1 • Published 3 years ago

rescript-unicode-zawgyi-converter v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Myanmar Unicode-Zawgyi Converter

A ReScript package that converts Myanmar Unicode to Zawgyi, and vice versa.

Installation

yarn add rescript-unicode-zawgyi-converter or npm install rescript-unicode-zawgyi-converter

Add it to bsconfig.json

"bs-dependencies": ["rescript-unicode-zawgyi-converter"]

Usage

  • Converter.uni2zg(unicode_text) to convert Unicode text to Zawgyi text.
  • Converger.zg2uni(zawgyi_text) to convert Zawgyi text to Unicode text.

👉 Click the link to visit the app uisng the package.

Credit

Credit to the original JavaScript Converter Code Rabbit

Author

Nyi Nyi Than (Jazz)