Pinyin Bot Core
Install
npm install pinyin-bot-core
Usage
const botCore = // DefaultbotCore // nǐ de zhōng wén hěn hǎo a // Pinyin (/p | /pinyin)botCore // nǐ de zhōng wén hěn hǎo a botCore // ni3 de zhong1 wen2 hen3 hao3 a botCore // nǐ de zhōng wén hěn hǎo a // Split (/s | /split)botCore // ni de zhong wen hen hao a botCore // nǐ de zhōng wén hěn hǎo a botCore // ni3 de zhong1 wen2 hen3 hao3 a
Related
pinyin-utils
pinyin-split
zhuyin
find-hanzi
hsk-words
cedict
mdbg
pinyin-or-hanzi
hanzi-to-pinyin
pinyin-convert
pinyin-rest
pinyin-api
pinyin-telegram
pinyin-messenger
pinyin-line
pinyin-chrome
pinyin-cli
hanzi-cli
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.