0.4.0 • Published 9 years ago

text-3d-particles v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago