1.0.4 • Published 3 years ago

@hexarc/romanify-russian-names v1.0.4

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

Romanization of russian names

Version License Downloads Downloads

This library helps with transliterating russian cyrillic names into the latin script.

Supported transliteration methods:

  • MID ORDER #4271

Setup

Install with npm:

npm install @hexarc/romanify-russian-names

Using with node.js (ES6 syntax):

import { romanify } from "@hexarc/romanify-russian-names";

Or using the CommonJS module syntax:

const { romanify } = require("@hexarch/romanify-russian-names");

Usage

let romanName = romanify("Василий Петрович Долговязов");
console.log(romanName); //Vasilii Petrovich Dolgoviazov

License

MIT