Thai Baht Text JS converts numbers into Thai text. It provides flexibility as a cross-platform library for both browser and Node.js, written in TypeScript.
In the browser, you can simply add thai-baht-text.min.js
in a script tag without needing to install any additional libraries or polyfills.
> 10050
// หนึ่งหมื่นห้าสิบบาทถ้วน
npm install thai-baht-text --save
or
yarn add thai-baht-text
const ThaiBahtText = require('thai-baht-text') // for ES5
let money = 10050
let moneyText = ThaiBahtText(money)
console.log(moneyText)
// OUTPUT: หนึ่งหมื่นห้าสิบบาทถ้วน
money = 12345678988888.50
console.log(ThaiBahtText(money))
// OUTPUT: สิบสองล้านล้านสามแสนสี่หมื่นห้าพันหกร้อยเจ็ดสิบแปดล้านเก้าแสนแปดหมื่นแปดพันแปดร้อยแปดสิบแปดบาทห้าสิบสตางค์
More infomation ES5 Example
import ThaiBahtText from 'thai-baht-text'
let money = 10050
const moneyText = ThaiBahtText(money)
console.log(moneyText)
// OUTPUT: หนึ่งหมื่นห้าสิบบาทถ้วน
money = 12345678988888.50
console.log(ThaiBahtText(money))
// OUTPUT: สิบสองล้านล้านสามแสนสี่หมื่นห้าพันหกร้อยเจ็ดสิบแปดล้านเก้าแสนแปดหมื่นแปดพันแปดร้อยแปดสิบแปดบาทห้าสิบสตางค์
More infomation ES6 Example
More infomation Browser version (UMD)
-
npm run test
to run all tests in this project -
npm run test:watch
to run all tests in watch mode. This allows us to develop/refactor code and get fast feedback to ensure we don't break anything.
The Thai-Baht-Text JS is open-sourced software licensed under the MIT license.
If you found bugs or some missing point, please send pull request back or open an issue.
Thank you so much 😃
Regards,
Jirachai Chansivanon
แปลง เลข เป็น บาทไทย,
thai baht text javascript,
thai baht text js that-baht-text.js that-baht-text.js typescript
Convert number to Thai Baht as Text
แปลงเลขให้เป็นหน่วยบาทไทย