zhuyin

Convert Zhuyin to Pinyin

Usage no npm install needed!

<script type="module">
  import zhuyin from 'https://cdn.skypack.dev/zhuyin';
</script>

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)

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

Related

Contributing

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