1.0.0 • Published 1 year ago

livetype v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Livetype

A javascript library with one function which imitates typing text

Installation

<script src="https://cdn.jsdelivr.net/npm/livetype@1.0.0/index.js"></script>

Usage

<body onload="livetype(document.body);"> <!-- Or use any other node -->

Available parameters (here are default values)

times = 1,                  // How many times will we run linvetype?
cursor = "▮",               // The cursor on a new char
typing_delay = 100,         // Delay in milliseconds between each char
delay_between_times = 1000  // Delay in milliseconds between new run of livetype
1.0.0

1 year ago