geezifynum
v0.0.2
Published
A lightweight JavaScript/React package for converting numbers between Arabic numerals (1, 2, 3...) and Geez numerals (፩, ፪, ፫...).
Readme
🧮 geezify
geezify is a lightweight JavaScript/React-compatible package that lets you convert numbers between Arabic numerals (1, 2, 3...) and Geez numerals (፩, ፪, ፫...).
Supports conversions from 1 to 100. Ideal for Ethiopian heritage projects, calendars, education tools, or language learning apps.
✨ Features
- 🔁 Arabic ➡ Geez:
15→፲፭ - 🔁 Geez ➡ Arabic:
፴፯→37 - ⚡ Simple functions (
geez(),arabic()) - ✅ TypeScript support
- 🧩 Framework-agnostic (works in React, Node.js, Vanilla JS)
- 🌐 Fully open source
📦 Installation
Install using npm:
npm install geezify
````yarn
yarn add geezify
usage
import { geez, arabic } from 'geezify';
export default function App() { return (
✨ Author Made with ❤️ by Yonas Debru
