Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarven/easy-particles-background
Simple library to create particles background in canvas
https://github.com/sarven/easy-particles-background
background canvas es6 html5 particles
Last synced: about 2 months ago
JSON representation
Simple library to create particles background in canvas
- Host: GitHub
- URL: https://github.com/sarven/easy-particles-background
- Owner: sarven
- License: gpl-3.0
- Created: 2017-03-16T20:43:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T19:13:43.000Z (almost 8 years ago)
- Last Synced: 2024-01-17T11:42:27.352Z (about 1 year ago)
- Topics: background, canvas, es6, html5, particles
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Particles Background
Simple library to create particles background in canvas
## Demo
[Demo](http://projects.sarvendev.com/particles/index.html)## Usage
```html
EasyParticlesBackground.create('background', {
particleColor: 'rgba(236, 208, 120, 1)',
particleRadius: 3,
particleDistance: 100,
particlesCount: 200,
lineColor: 'rgba(236, 208, 120, 1)',
lineWidth: 1
});```