Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huzunjie/cc2pinyin.js
汉字转拼音 cnChars2PinYin
https://github.com/huzunjie/cc2pinyin.js
Last synced: 4 days ago
JSON representation
汉字转拼音 cnChars2PinYin
- Host: GitHub
- URL: https://github.com/huzunjie/cc2pinyin.js
- Owner: huzunjie
- Created: 2020-06-04T02:23:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:51:22.000Z (2 months ago)
- Last Synced: 2024-09-13T23:38:15.035Z (2 months ago)
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cc2pinyin.js
## 示例1:
```
cnChars2PinYin.get('你好中国') === 'nihaozhongguo'
```## 示例2:
```
cnChars2PinYin.get('你好中国', 'firstToUpperCase') === 'NiHaoZhongGuo'
```## 示例3:
```
cnChars2PinYin.get('你好中国', 'onlyFirst') === 'nhzg'
```