Giter VIP home page Giter VIP logo

vue-text-particle's Introduction

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

Name type Value
text Arry The texts you want to show
fontSize Number The font-size of your texts
particleRadius Number The max radius of the partcile
italic Boolean If your texts are italic
duration Number The time before the texts change
canvasBackground Hex_Number The background-color of the canvas
canvasSize Arry The width&height of the canvas
textTop Number The distance of the canvas to the top
textLeft Number The distance of the canvas to the left
theme String 'default','white','black','red' and more coming soon...

vue-text-particle's People

Contributors

charleslck avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.