1.0.7 • Published 9 months ago

partikle v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

partikle

A zero-dependency library for rendering floating particles

Example usage

<script src="https://unpkg.com/partikle@latest"></script>
<div class="particle-canvas-wrapper" style="width: 100%; height: 100vh; position: relative; overflow: hidden;">
  <div class="particle-canvas"></div>
</div>
<script>
partikle({
  nodeId: 'particle-canvas',
  particleColor: '#fefefe',
  particlesAmount: 400
});
</script>

Prerequisites

It is suggested that wrapper element that will contain the node with particles have following styling properties:

position: relative;
overflow: hidden;

Showcase

Feel free to add your website here:

Author: @lukaszkups

License: MIT

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago