money to chinese
JavaScript function for converting amount to Chinese uppercase.
Installation
npm install moneyToChinese
Usage
import moneyToChinese form 'moneyToChinese';
moneyToChinese(100.15);
//⇒ "壹佰元壹角伍分"
moneyToChinese('100.15');
//⇒ "壹佰元壹角伍分"
License
MIT © Jie Wang