How to use typewriter-effect - 1 common examples

To help you get started, we’ve selected a few typewriter-effect examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github codeuino / Social-Platform-Donut / client / src / views / SignupView.vue View on Github external
mounted () {
    // eslint-disable-next-line
    new TypeWriter('#head', {
      strings: ['Welcome', 'Welcome to', 'Welcome to Donut'],
      autoStart: true,
      loop: true
    })
  }
}

typewriter-effect

[![CircleCI](https://circleci.com/gh/tameemsafi/typewriterjs.svg?style=svg)](https://circleci.com/gh/tameemsafi/typewriterjs)

MIT
Latest version published 8 months ago

Package Health Score

69 / 100
Full package analysis

Popular typewriter-effect functions