import { NeonEngine, GlitchCore } from '@neon/synth';
const matrix = new NeonEngine({
fps: 144,
resolution: [3840, 2160],
glitchFactor: 0.7
});
async initSynthWave() {
const core = await GlitchCore.boot({
audioBuffer: 512,
bpm: 128
});
// Rendering retro futures...
}
// >_ READY TO GLITCH