<canvas id="bg" style="position:fixed;inset:0;width:100%;height:100%;z-index:0;"></canvas>
<script type="module">
import { CorruptedParticles } from '@whykusanagi/corrupted-theme/corrupted-particles';
new CorruptedParticles(document.getElementById('bg'), {
count: 60, // desktop (mobile auto-halved)
speed: 1.0,
lineDistance: 150,
nsfw: false, // 18+ contexts only (includeLewd is a deprecated alias)
});
</script>