Native javascript TypeWriter

This is a simple, small (~2.3kB) yet powerful TypeWriter effect written in native javascript.

It can write, delete, clear, pause, can chain and also has events and many more.

Github repository | YouTube Video | npm

npm i @anag0/typewriter --save-dev

Basic Usage

Custom cursor and Speed

The speed of each operation is randomly chosen between the min/max values defined by the "pauseMin" and "pauseMax" attributes.

TypeWriter Chains

You can easily chain up multiple typewriter nodes via the "onFinish" method (attribute).

Real time configuration change

Make changes to the configuration via the "config" method if needed.

<< Back Home