1.0.3 • Published 6 years ago

vue-text-particle v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Install

npm i vue-text-particle

Quick Start

import ParticleText from "vue-text-particle";

Preview

preivew

How to use

<ParticleText :particleTextOptions="particleTextOptions"></ParticleText>
particleTextOptions: {
  text: ["A", "X", "C"],
  fontSize: 25,
  particleRadius: 5,
  italic: true,
  duration: 2000,
  canvasBackground: '#000',
  canvasSize: [700, 340],
  textTop: 18.8,
  textLeft: 0,
  theme:'default'
}

Props

NametypeValue
textArryThe texts you want to show
fontSizeNumberThe font-size of your texts
particleRadiusNumberThe max radius of the partcile
italicBooleanIf your texts are italic
durationNumberThe time before the texts change
canvasBackgroundHex_NumberThe background-color of the canvas
canvasSizeArryThe width&height of the canvas
textTopNumberThe distance of the canvas to the top
textLeftNumberThe distance of the canvas to the left
themeString'default','white','black','red' and more coming soon...