react-simple-typewriter
react-simple-typewriter copied to clipboard
deleting the whole text at once
I am curious if it is possible deleting the entire text at once but not by letter, or by word.
https://user-images.githubusercontent.com/71601329/173812798-94af701f-1d72-4e80-a42f-d8016e2d8e02.mp4
Just add deleteSpeed={0} on the props, or you can do that by making the text on the state. When loop done, just set the state to be empty string.