livetype

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i livetype

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.92 kB

Total Files

3

Last publish

Collaborators

  • clowzed