latinize-ua
v1.0.6
Published
Package to make Ukrainian Latin text from Cyrillic.
Downloads
4
Readme
This package will help you to convert Ukrainian Cyrillic text into Latin.
Usage
Installing:
npm install latinize-ua
Importing:
import { getLatin } from 'latinize-ua';
Using:
const char = "Я";
const latinChar = getLatin(char); //works only for one char