Classic Backspace Loop

The traditional typewriter effect with visible deletion

const typer = new TypeMorph({
  parent: "target",
  speed: 60,
  backspaceSpeed: 30,
});

typer.loop("I will keep looping and backspacing");