Using TSParticles for 3D Background

In Aliveforms, TSParticles can be used to create good looking backgrounds.

Example TSParticles demo - SQL or NoSQL

Logic For Screen -1 or __boot(){}

Execute JavaScript | -1
$.ImportScript('https://cdn.jsdelivr.net/npm/tsparticles-preset-firefly@2/tsparticles.preset.firefly.bundle.min.js', function() {
    if (typeof tsParticles !== "undefined") {
      (async () => {
        await tsParticles.load("tsparticles", {
          preset: 'firefly',
        });
      })();
    } else {
      console.error("tsParticles library is not available.");
    }
  });