typewriterjs
typewriterjs copied to clipboard
Feature Request: callbacks for each character type, end phrase, delete etc.
HI I don't know if package does this already but I would like to add typewriter audio effects on each character press, end of phrase, delete etc which could easily be achieved by a callback on each new character, newline, Are there any functions available would allow me to do this easily with package in existing form?
thanks
I just submitted a pull request which adds a callback that is fired when a string is iterated over https://github.com/tameemsafi/typewriterjs/pull/88.