text-3d-particles

0.4.0 • Public • Published

Text 3D Particles

Hard to explain, but looks cool.

star

To see it in action:

npm run example

Usage:

var text3dParticles = require('text-3d-particles')

var opts = 
  { width: 400
  , height: 400
  , text: '★'
  , foreground: '#707070'
  , background: '#f6f6f6'
  , duration: 6000
  }

var textGraph = text3dParticles(opts, function() {
  console.log('Animation completed.')
})

document.body.appendChild(textGraph.el)

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i text-3d-particles

Weekly Downloads

5

Version

0.4.0

License

MIT

Last publish

Collaborators

  • dguttman