1.14.0 • Published 3 years ago

zhuyin v1.14.0

Weekly downloads
26
License
ISC
Repository
github
Last release
3 years ago

Zhuyin 注音

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

Install

npm install zhuyin

Usage

const zhuyin = require('zhuyin')

zhuyin('wǒ de māo xǐhuan hē níunǎi')
.then(console.log)

zhuyin('wo3 de mao1 xi3huan he1niu2 nai3')
.then(console.log)

zhuyin('wǒdemāoxǐhuanhēníunǎi')
.then(console.log)

zhuyin('wo3demao1xi3huanhe1niu2nai3')
.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.14.0

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.0

5 years ago

1.10.0

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago