Add Span Text
npm i add-span-text
import package
import addSpanText from 'add-span-text';
calling addSpanText function from a package with text to animate
addSpanText('hello world');
Add this container in html - div or p or whatever you want but with id="text-container" class="text-container"
<div id="text-container" class="text-container"></div