DEV Community

Discussion on: How does handwriting.io work?

Collapse
 
sriramr98 profile image
Sriram R

I think a very simple solution ( not at all optimised, but a decent starting point ) is to store a vector image mapping of each alphabet with each user name. Then you can loop through each alphabet in the input and draw the respective alphabet in a canvas element.

Collapse
 
instinct profile image
Instinct

I like your solution.
Can you tell me how they are randomizing each instance of the letter?