IDSと画数で漢字を検索するモジュール
Searching Chinese characters by their components and remaining stroke count
- 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
npm install idsfind
nodejs
const idsfind = require('idsfind')
console.log(idsfind.idsfind('口12'))
typescript
import {idsfind} from 'idsfind'
console.log(idsfind('口12'))
npm run build
Download data from Unihan, CHISE, CJKVI-IDS and generate new JSON files.
npm run update