Javascript and Typescript library for converting Arabic numerals to Khmer words
npm i number_to_khmer_word
import { numberToWord } from 'number_to_khmer_word';
const words = numberToWord(input: number | string)
// Example
numberToWord(100_000)
numberToWord('1000')
For Currency Mode
CurrencyType = ['USD', 'KHR']
import { currencyToWord } from 'number_to_khmer_word';
const words = currencyToWord(input: number | string, currency: currencyType)
// Example
currencyToWord(100_000, 'USD')
currencyToWord('1000', 'KHR')
- Allow copy paste but show error toast if invalid number (insert in series)
- Animate text change