0.0.4 • Published 10 years ago

ember-particles v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Ember-particles

This provides an Ember component around Particles.js.

Usage

This will get you Particle.js' default options:

{{ember-particles}}

To customize, use the ember-particles-options helper (using the options in the Particle.js README:

{{ember-particles
  options=(ember-particles-options
    'particles.number.value' 2
    'particles.number.density.enable' true
    'particles.line_linked.width' 1
  )
}}

Installation

  • ember install ember-particles

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago