1.0.5 • Published 11 months ago

bengali-numbers v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

bengali-numbers

bengali-numbers is a simple npm package designed to translate English numbers to Bengali digits. This package is useful for applications that need to display numbers in Bengali script for localization purposes.

Features

  • Convert English numerals to Bengali script.
  • Easy to use with a simple API.
  • Lightweight and fast.

Installation

You can install bengali-numbers via npm:

npm install bengali-numbers

example usage

import toBnNumber from 'bengali-numbers';

const bengaliNumber = toBnNumber('1234567890');

console.log(bengaliNumber); // Output: ১২৩৪৫৬৭৮৯০
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago