saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.71k stars 1.13k forks source link

add Strikethrough text #93

Open Rishika1416 opened 4 years ago

Rishika1416 commented 4 years ago

Adding a strikethrough feature.

when writing handwritten notes, we cut text that was written by mistake. We can have a feature that lets us replicate that here.

would you like to work on this issue? Yes

saurabhdaware commented 4 years ago

There was strikethrough feature earlier but the issue was the strike line was too straight that the whole output looked fake. So we can have this feature if we can tilt the lines.

nakotami commented 4 years ago

There was strikethrough feature earlier but the issue was the strike line was too straight that the whole output looked fake. So we can have this feature if we can tilt the lines.

Have you thought about generating an SVG path to make a realistic-looking strikethrough? It could have an intensity slider ranging from a simple slightly curved line across the word all the way to a sine wave (with random displacement).

saurabhdaware commented 4 years ago

Oh yes SVGs seem like a greattt ideaa! I will have to check them out once. Thank you for suggesting!