I've just released yet another small Alpine.js plugin - alpine-typewriter. Using it, it becomes a breeze adding a typewriter effect to your site.
Simply install it using NPM:
npm install @marcreichel/alpine-typewriter
or use it via the CDN link:
<script src="https://cdn.jsdelivr.net/npm/@marcreichel/alpine-typewriter@latest/dist/alpine-typewriter.min.js" defer></script>
Full installation instructions and documentation can be found in the GitHub repository.