Skip to content

mistval/kanji_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kanji_images

PNGs and stroke order GIFs of most kanji.

The files are named with the unicode code point of the character in hex. For example you can get the png file name for 犬 like this in JavaScript:

const fileName = '犬'.codePointAt(0).toString(16) + '.png';

About

The gifs were generated using Kanimaji which uses KanjiVG. You can use those if you want different resolutions, colors, etc.

The pngs were generated using node-canvas. I think the font is Meiryo, I don't remember.

About

PNGs and stroke order GIFs of most kanji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published