1.0.0 • Published 8 months ago

cyrl2lat v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Cyrl2lat

npm.badge MIT

A simple and efficient package for transliterating Russian (Cyrillic) text to English (Latin) characters. Ideal for converting Russian text into a readable Latin alphabet form, suitable for use in URLs, file names, or just to make Cyrillic text more accessible in English.

Install

npm install cyrl2lat

Usage

To convert Ru to Latin

import { transliterate } from 'cyrl2lat'

const text = 'Привет'
const result = transliterate(text)
console.log(result)
1.0.0

8 months ago