0.0.1 • Published 1 year ago

chinese-wuxing v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

chinese-wuxing

NodeJS 版本获取汉字以及名字的五行属性。

使用方法

安装依赖

npm install --save chinese-wuxing

获取名字的五行

const { getChineseWuxing } = require('chinese-wuxing');
const wuxing = getChineseWuxing('易天行'); // => [ '火', '火', '水' ]

注意:有些没有收录或者并没有五行意义的汉字,返回的五行信息为:。如:口、噬、囱....

0.0.1

1 year ago