Cursor Customization

Change the cursor character and toggle visibility states

const typer = new TypeMorph({
  parent: "target",
  speed: 60,
  showCursor: true,
  cursorChar: "_",
  hideCursorOnFinishTyping: false,
});

typer.type("I use a cursor that keeps blinking after I stop.");