lit-typewriter

A Typewriter web component based on LitElement.

Usage no npm install needed!

<script type="module">
  import litTypewriter from 'https://cdn.skypack.dev/lit-typewriter';
</script>

README

Typewriter Web Component

<lit-typewriter>

This is a native Typewriter web component, based on LitElement.

Development

npm i
npm start

This will:

  • install the dependencies,
  • build the project,
  • start the development server, and
  • update the browser automatically, when files change.