1.0.1 • Published 8 months ago

myanmar-alphabet-processor v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 months ago

Myanmar Alphabet Processor

A module to process Myanmar alphabets and their English phonetic equivalents.

Installation

npm install myanmar-alphabet-processor

## Usage

```bash
const MyanmarAlphabetProcessor = require('myanmar-alphabet-processor');

const processor = new MyanmarAlphabetProcessor();
const result = processor.processSentence("ဖြူဖြူကျော်သိန်း");

console.log(result.myanmar); // Output: "ဖဖကသ"
console.log(result.english); // Output: "ppkt"
1.0.1

8 months ago

1.0.0

12 months ago