Overview
A custom monoline word accumulates stroke by stroke, retains a weighted trace, then erases.
Build
- 01
Draw an original monoline alphabet.
- 02
Reveal each stroke along its path with overlapping starts.
- 03
Let the completed trace persist before erasing to the opening state.
Example source React / TSX
examples/trace-memory.tsx · Uses the catalog’s shared composition helpers.
Loading source…