1.0.1
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-servicesFor 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