
daken is a lightweight JavaScript library used to create a basic typewriter effect by adding the data-daken attribute to specific text.
How to use it:
Load the daken.js JavaScript library in the document.
<script src="bundle.js"></script>
Add the data-daken attribute to any text wrapper.
<h1 data-daken>daken.js Example</h1> <h2 data-daken>Hello World</h2>







