0.6.1 • Published 12 days ago

abjad-convert v0.6.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 days ago

Abjad Convert

abjad-convert is a package for converting Abjad alphabets phonetically.

current supported alphabets:

  • Arabic
  • Uguritic
  • Phoenician

How to use

npm:

npm i abjad-convert

yarn:

yarn add abjad-convert

Java Script:

import { convert, Abjad } from 'abjad-convert';

const arabicWord = 'مرحبا';

const phoenicianWord = convert(arabicWord, Abjad.Arabic, Abjad.Phoenician);
console.log(phoenicianWord); // 𐤌𐤓𐤇𐤁𐤀

const ugariticWord = convert(arabicWord, Abjad.Arabic, Abjad.Ugaritic);
console.log(ugariticWord); // 𐎎𐎗𐎈𐎁𐎀
0.6.1

12 days ago

0.6.0-next.3

13 days ago

0.6.0

13 days ago

0.6.0-next.2

21 days ago

0.6.0-next.1

26 days ago

0.5.0

3 months ago

0.5.0-next.0

3 months ago

0.3.2

3 months ago

0.3.3

3 months ago

0.3.0-next.6

4 months ago

0.3.0-next.7

4 months ago

0.3.1-next.2

4 months ago

0.3.0

4 months ago

0.3.1

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.2.0-next.0

4 months ago

0.1.0

4 months ago

0.1.0-next.2

4 months ago

0.0.2

4 months ago

0.1.0-next.0

4 months ago

0.0.2-next.3

4 months ago

0.0.2-next.1

4 months ago

0.0.1

4 months ago