Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
});

```