parsimonhi / animCJK

Draw animated Japanese characters (Kanji and Kana), Korean characters (Hanja) and Chinese characters (Hanzi) in correct stroke order using svg, free open-source code.
291 stars 71 forks source link

how to implement with anki? #44

Closed PANICBUTT0N closed 5 months ago

parsimonhi commented 5 months ago

It depends on what you want to do.

Basically, animCJK character files are svg files, and a svg file content can be inserted as is in html (and anki cards are in html).

PANICBUTT0N commented 5 months ago

thanks