A util function for converting numbers into their Persian format.
The PersianNumber
function is designed to simplify the process of formatting numeric values into Persian (Farsi) numbers.
You can install the PersianNumber
via npm :
npm install persian-number-converter
Import the { PersianNumber }
into your component:
import { PersianNumber } from "persian-number-converter";
const Example = 123;
PersianNumber(Example);
Contributions are welcome! Feel free to submit issues and pull requests.
This package is open-sourced software licensed under the MIT license.
شاید براتون پیش اومده باشه که بخواید اعداد برنامه خودتون رو به شکل فارسی نمایش بدید این فانکشن برای سادهتر کردن فرمت بندی مقادیر عددی به اعداد فارسی طراحی شده
فقط کافیه به شکل زیر عمل کنی
import { PersianNumber } from "persian-number-converter";
const Example = 123;
PersianNumber(Example);