A package for converting Unicode Bengali text to Bijoy Ascii format and vise versa.
npm install unicode2ascii
Import and use. unicode2ascii is the Module you need.
import { ConvertToASCII } from "unicode2ascii";
ConvertToASCII("bijoy", "বাংলা প্রিন্ট টেস্ট");
evsjv wc«›U ‡U÷
ConvertToUnicode("bijoy","evsjv wc«›U ‡U÷")
বাংলা প্রিন্ট টেস্ট
- First, install dependencies with
npm
- Then, add in your project
get in touch with me on github