Words Global
Providing access to alphabets from different languages and dialects. This package aims to solve the problem of lacking access to alphabetic characters for various use cases.
!
Words Global icon
Usage
``
bash
npm install words-global
`
JavaScript code:
`
JavaScript
import { Alphabet } from "words-global";
const alphabet = new Alphabet("english");
console.log(alphabet.getLetters());
console.log(alphabet.language);
``
Available Languages
-
English
-
Russian -
source
-
Arabic -
source
-
French
-
Shona
Contribution Guide
1. Clone this repository.
2. Refer to the
rules below.
3. Create a separate branch.
4. Commit your changes and ensure to use good commit messages.
5. Open a Pull Request.
6. Wait for feedback (this can take a long time due to quality assurance).
Rules
1. Only use double-quotes.
2. Always use semi-colons.