0.1.0 • Published 7 years ago

writerjs v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Writer

JS plugin for writing things. Written in vanilla JavaScript.

Usage

const writer = new Writer({
    tag: document.getElementById('text'),
    typingSpeed: 1.5
})
writer.type(`
This is a text that will be written smoothly inside a specified element.
<pausefor1000>
<br>
This will be written one second later.
`)