Basic Usage

Simple text typing into a target element

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

typer.type("Hello world from TypeMorph");