Skip to content

1.0.1

Choose a tag to compare

@AbdelrahmanBayoumi AbdelrahmanBayoumi released this 15 Nov 21:36

Version 1.0.1 2023-11-15 (Jumada al-awwal 1445)

New Feature:

  • Word To Letters: Convert Arabic word to its pronounced letters.

Installation

To install this library via NPM, use the following command:

npm install arabic-services

For browser usage, you can download .umd or .esm file, and you can find it attached to this release

Usage

Word To Letters

const { ArabicServices } = require('arabic-services');
console.log(ArabicServices.wordToLetters('شجرة'));
// Output: شين جيم راء تاء_مربوطة

Full Changelog: 1.0.0...v1.0.1