README
WordUp
A zero dependency micro library for wrapping words with HTML tags.
DEMO
Installation
Install from npm:
npm i wordup
Basic Usage
window.onload = () => {
const context = document.querySelector('.content')
const wu = new WordUp(context)
wu.init()
}
References
License
Released under the MIT license by Justin Williams.