You can create a flow with the commands method. It accepts an array of commands.
commands
new TypingFlow({ selector: ".test", renderer: browserRenderer(), }).commands([ // array of commands ]);
text
backspace
del
cursorLeft
cursorRight
delay
Last updated 3 months ago