Deployed at https://tusharpandey13.github.io/HandWriter/
Easily convert digital text into handwriting
Using this tool, you can convert digital text to an image that looks as if it was written by hand.
Made in React and using KonvaJS to render letter bitmaps and page on HTML canvas.
This app is completely made of functional react components, utilizing the new patterns, and uses:
useReducer
for global state managementuseState
for local stateuseEffect
to respond to events