import { wrapEffect } from '@react-three/postprocessing' import { DitheringEffect } from '../DitheringEffect' export const Dithering = /*#__PURE__*/ wrapEffect(DitheringEffect)