UNPKG

pinyin-pro

Version:

准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配

7 lines (6 loc) 273 B
export { pinyin } from './core/pinyin'; export { customPinyin, clearCustomDict } from './core/custom'; export { match } from './core/match'; export { html } from './core/html'; export { polyphonic } from './core/polyphonic'; export { convert } from './core/convert';