0.2.2 • Published 3 years ago

fenglish v0.2.2

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

Fenglish

Includes utilities which play with persian texts for Fenglish purposes.

Install

npm i fenglish

Usages

toFenglish

This function takes a Persian text and returns its Fenglish text.

Notes:

  • Vowels are effective in the output of this function
  • This function works correctly for "Alef", "Ayn", "Hamza", "Vaav" and "Ye" letters and not work correctly for other letters yet. (Work in progress...)

Example

import { toFenglish } from 'fenglish'

const persian = 'آرامَم مَن!'
console.log(toFenglish(persian)) // prints `aramam man!`
0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4-rc

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago