Installation
You can install the library by downloading the distributed package and including them on your scripts. Go to Downloads page
If you have npm, you can install
the library by running the code (recommended):
npm install --save kanji.js@latest
You can also use the CDN by including this line on your codes:
<script src="http://unpkg.com/kanji.js/dist/kanji.min.js">