turbulent-flux
v1.0.1
Published
TurbulentFlux generates dynamic glow spots in a certain area and update them consistently. → **[Demo](https://tblf.mrwillcom.com/)**
Readme
TurbulentFlux
TurbulentFlux generates dynamic glow spots in a certain area and update them consistently. → Demo
https://github.com/user-attachments/assets/f72298f0-da3e-4b26-9678-b61d5ded4b3e
Get Started
<div id="my-tblf"></div>
<link rel="stylesheet" href="https://unpkg.com/turbulent-flux/src/index.css" />
<script type="module">
import TurbulentFlux from 'https://unpkg.com/turbulent-flux/src/index.js'
new TurbulentFlux(document.getElementById('my-tblf'))
</script>Options
Pass options through:
new TurbulentFlux(myContainerElement, myOptions)Default options are applied when nothing is passed to the constructor. To tweak the defaults, go to TurbulentFlux Demo. Default options can also be found in src/index.js.
