Fork of great KanjiVG repo
This fork was created in order to be able to install KanjiVG using npm.
npm install @madcat/kanjivg
After installing @madcat/kanjivg
, in node_modules/@madcat/kanjivg/dist
dir you will find two folders:
orig
- original kanji SVGs from KanjiVGmin
- minified version of kanji SVGs, which contains only paths. Paths preserve stroke order.
Each of above folders contains another two subfolders:
main
- kanji svg (without variations)variations
- additional kanji variations
npm run dist
KanjiVG is copyright Ulrich Apel and released under the Creative Commons Attribution-Share Alike 3.0 licence:
http://creativecommons.org/licenses/by-sa/3.0/
See the COPYING file for more details.