Commands

You can create a flow with the commands method. It accepts an array of commands.

new TypingFlow({
  selector: ".test",
  renderer: browserRenderer(),
}).commands([
  // array of commands
]);

Supported commands:

Last updated