Implement interactive canvas particle systems on any web page using simple Vanilla JS imports.
No heavy framework runtime required. Simply query your target container element and initialize the canvas handler programmatically in seconds.
1<!-- Load from CDN --> <script src='https://unpkg.com/package-particlefx@latest/dist/index.global.js'></script>