TypeEffect.js

Vanilla JS type effect lib.

How to Use:

        
<script src="https://raw.githubusercontent.com/Mika-IO/type-effect-js/refs/heads/main/type-effect.js"></script>
<script>
    typeWriter("element-id", ["Text 1", "Text 2"], 150, true);
</script>
        
        
Download Library

Or add the library to your project via CDN:


<script src="https://raw.githubusercontent.com/Mika-IO/type-effect-js/refs/heads/main/type-effect.js"></script>