vue-animated-terminal

1.0.3 • Public • Published

vue-animated-terminal

VueJS Terminal with animated text

Install

npm install --save vue-animated-terminal

Usage

Just import the Terminal component where you want to see it !

<template>
    <Terminal username="Ismail" :texts="['My first animated text', 'Youhouu !']" profilePicture="/resources/images/profile.png" typingSpeed="200" />
</template>

<script>
	import Terminal from 'vue-animated-terminal'

	export default {
		components: {
			Terminal
		}
	}
</script>

Props

- username The username displayed on left (string)

- texts Texts to animate (array of strings)

- profilePicture (optional) Path to the profile picture shown on the top right corner (string)

- typingSpeed (optional) Speed of the text typing animation (milliseconds) Default value: 200ms

Screenshot

enter image description here

Readme

Keywords

none

Package Sidebar

Install

npm i vue-animated-terminal

Weekly Downloads

0

Version

1.0.3

License

Under WTFPL licence

Unpacked Size

601 kB

Total Files

15

Last publish

Collaborators

  • ismailnguyen