Skip to content

nilaykumar/kanji-stroke-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kanji-stroke-order

display stroke order for every kanji in a sentence, helpful for Japanese learners handwriting sentences

the stroke order SVGs are taken from KanjiVG

to do

  • don't refresh on literally every input change
  • put non svg'd text into spans? maybe group it together first for block styling. style non-kanji to the center
  • consider adding options for colors or animations, etc.
  • performance improvements?