Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zhuyin

pepebecker113ISC1.14.0TypeScript support: included

Convert Zhuyin to Pinyin

chinese, mandarin, pinyin, zhuyin, 中文, 拼音, 注音

readme

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)

// [ 'ㄨㄛˇ', 'ㄉㄜ˙', 'ㄇㄠ', 'ㄒㄧˇ', 'ㄏㄨㄢ˙', 'ㄏㄜ', 'ㄋㄧㄡˊ', 'ㄋㄞˇ' ]

Contributing

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