resslerruntime / type-writer-web-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeWriter Web Component

Alt Text

Use TypeWriter-Text on your website with only two lines of html-code

Simple Usage Example

  1. Copy type-writer.js (./bundled-dist/type-writer.js) to your working directory
  2. In the head area of your .html insert <script src="type-writer.js"></script>
  3. In the body of your .html add <type-writer quotes='[{"author": "Test Author", "content": "Hello World"}]'></type-writer>

For more complex example including asynchronously loading quotes see bundled-dist/index.html

About


Languages

Language:JavaScript 99.5%Language:TypeScript 0.4%Language:HTML 0.1%Language:CSS 0.0%