Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.05 KB

IDSFIND

IDSと画数で漢字を検索するモジュール

Searching Chinese characters by their components and remaining stroke count

npm version

Changelog

2.4.0

  • Add Ext.H support
  • Change to search always deeply
  • Since the json file for GlyphWiki IDS is so big, move and create another module

Those who want to search characters in GlyphWiki by IDS, please use gwsearch

Install

npm install idsfind

Use

nodejs

const idsfind = require('idsfind')
console.log(idsfind.idsfind('口12'))

typescript

import {idsfind} from 'idsfind'
console.log(idsfind('口12'))

Build

npm run build

Update data

Download data from Unihan, CHISE, CJKVI-IDS and generate new JSON files.

npm run update

References

文字情報サービス環境CHISE

零時字引z0y

HDIC Viewer