Overview of Tegaki capabilities
mainTegaki is a tool for creating animated handwriting from any font. It follows a three-step workflow:
- Generate: Use the generator CLI to download Google Fonts, extract glyph outlines, compute skeletons, and trace stroke paths (including width and timing data).
- Bundle: The stroke data is packaged into a compact bundle containing glyph metrics and timing information.
- Render: Use a compatible component in your application to handle text layout, line wrapping, and smooth animation playback.
Additionally, Tegaki supports streaming, allowing you to animate handwriting as text streams in from an API, which is useful for AI chat interfaces.