typeitjs
v1.0.4
Published
This is a package for adding typing effect in HTML document
Downloads
20
Maintainers
Readme
This module is for including typing effect in your website.
Steps to use this module:
install by typing "npm i typeitjs" in command line
open typing.js
In object named params, edit value of key 'strings' and add as many strings as you want to type. If you want continuous typing effect, leave value of key 'loop' as it is else make it false. Adjust typing speed and erasing speed in the same way.
Then give ID as 'output' to the HTML tag in which you want the typing effect.
Then include the script like this: