@liwb/pinyin
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-development • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i @liwb/pinyin

Weekly Downloads

1

Version

0.0.0-development

License

MIT

Unpacked Size

414 kB

Total Files

15

Last publish

Collaborators

  • cklwb