Full screen distortion effects: wave, glitch, chromatic, noise.
npx chaos add screen-distortionimport { ScreenDistortion } from '@oalacea/chaosui/effects/screen-distortion';
<ScreenDistortion type="glitch" />
<ScreenDistortion type="chromatic" intensity="subtle" />
<ScreenDistortion type="wave" speed="slow" />