Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huzunjie/cc2pinyin.js

汉字转拼音 cnChars2PinYin
https://github.com/huzunjie/cc2pinyin.js

Last synced: 4 days ago
JSON representation

汉字转拼音 cnChars2PinYin

Awesome Lists containing this project

README

        

# cc2pinyin.js

## 示例1:

```
cnChars2PinYin.get('你好中国') === 'nihaozhongguo'
```

## 示例2:

```
cnChars2PinYin.get('你好中国', 'firstToUpperCase') === 'NiHaoZhongGuo'
```

## 示例3:

```
cnChars2PinYin.get('你好中国', 'onlyFirst') === 'nhzg'
```