0.0.0-development • Published 6 years ago

@liwb/pinyin v0.0.0-development

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Pinyin

Simple Chinese conversion to pinyin library.

Usage

npm install @liwb/pinyin

or 
# Run npm install and write your library name when asked. That's all!
yarn add @liwb/pinyin

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import pinyin from '@liwb/pinyin'

Additionally, you can import the transpiled modules from dist/lib in case you have a modular library:

import something from 'mylib/dist/lib/something'