hanzi-to-zhuyin

Convert Hanzi to Zhuyin


Keywords
chinese, convert, hanzi, mandarin, zhuyin, hacktoberfest
License
MIT
Install
npm install hanzi-to-zhuyin@1.7.0

Documentation

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.