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
For more information on using ember-cli, visit http://www.ember-cli.com/.