- it automatically styles and sets up a container if it has the id 'background-container'
- it treats your cursor as a point and makes it stronger (pretty much a given)
- particles spawn at the cursor when mouse is clicked
- number of points (using regressions lmao), maximum draw range (using canvas size), and speed (also using canvas size) scale
- respects prefers-reduced-motion
- nothing! unless you want to make an issue
$ node server
- add
<script src="netbackground.js" defer></script>
to<head>
- add
<container id="background-container"></container>
to the start of<body>