1.0.11 • Published 6 years ago

find-hanzi v1.0.11

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

Find Hanzi

npm version Travis Build Status Coverage Status dependency status dev dependency status MIT-licensed chat on gitter

Install

npm install find-hanzi

Usage

const findHanzi = require('find-hanzi')

findHanzi('我')
.then(console.log)
.catch(console.error)
// [ {
//   hanzi: '我',
//   pinyin: 'wǒ',
//   pinyinList: ['wǒ'],
//   cangjie: '竹手戈',
//   cangjieRomanized: 'HQI',
//   strokes: '7',
//   frequency: '1',
//   definition: 'our, us, i, me, my, we'
// } ]

findHanzi('AMYO')
.then(console.log)
.catch(console.error)
// [ {
//   hanzi: '是',
//   pinyin: 'shì, tí',
//   pinyinList: ['shì', 'tí'],
//   cangjie: '日一卜人',
//   cangjieRomanized: 'AMYO',
//   strokes: '9',
//   frequency: '1',
//   definition: 'indeed, yes, right; to be; demonstrative pronoun, this, that'
// } ]

Related

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago