# Kanjidic Wrapper for Node.js

[**@scriptin**'s `jmdict-simplified`](https://github.com/scriptin/jmdict-simplified) project provides a sane JSON version of the famous [JMDict](http://www.edrdg.org/jmdict/j_jmdict.html) open-source Japanese dictionary project.

Shamelessly copied his code and modified it to receive KanjiDic.

```typescript
export async function search(db: Db, kanji: string) {
} 
```
