idsfind
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

IDSFIND

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

A tool can search Chinese characters by their components and remaining stroke count

npm version

Changelog

3.0.0

  • Nothing changed in using
  • Using tsup instead of rollup to make package

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 generate

References

文字情報サービス環境CHISE

零時字引z0y

HDIC Viewer

Package Sidebar

Install

npm i idsfind

Weekly Downloads

4

Version

3.0.1

License

MIT

Unpacked Size

159 MB

Total Files

23

Last publish

Collaborators

  • toyjack