ka-to-lat
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

ka-to-lat

A library for converting Georgian text to Latin text. This library is useful for converting Georgian text to Latin text for search indexing, etc.

Installation

npm install --save ka-to-lat

Usage

import { georgianToLatin, latinToGeorgian } from "ka-to-lat";

// Convert Georgian text to Latin text
georgianToLatin("ლორემ იპსუმ"); // Lorem ipsum

// Convert Latin text to Georgian text
latinToGeorgian("Lorem ipsum"); // ლორემ იპსუმ

Types

function georgianToLatin(text: string): string;
function latinToGeorgian(text: string): string;

License

MIT

Package Sidebar

Install

npm i ka-to-lat

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

7.86 kB

Total Files

6

Last publish

Collaborators

  • khvicha