1.7.0 • Published 7 years ago

hanzi-to-zhuyin v1.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Hanzi to Zhuyin

npm version Travis Build Status Greenkeeper badge dependency status dev dependency status MIT-licensed chat on gitter

Install

npm install hanzi-to-zhuyin

Usage

const convert = require('hanzi-to-zhuyin')
convert('我的猫喜欢吃苹果')
.then(console.log)
// [ 'ㄨㄛˇ ', [ 'ㄉㄜ˙', 'ㄉㄧ', 'ㄉㄧˊ', 'ㄉㄧ`' ], ' ㄇㄠ ㄒㄧˇ ㄏㄨㄢ˙ ㄔ ㄆㄧㄥˊ ㄍㄨㄛˇ' ]

Related

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago