Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 205 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 205 Bytes

安装

npm install 'easy-pinyin' --save

使用

import pinyin from 'easy-pinyin';

const str = '拼音';
console.log(pinyin(str)); // pin'yin

注意

只支持浏览器环境