diff --git a/docs/guide/pmndrs/fxaa.md b/docs/guide/pmndrs/fxaa.md index eeabb732..7940109f 100644 --- a/docs/guide/pmndrs/fxaa.md +++ b/docs/guide/pmndrs/fxaa.md @@ -13,13 +13,6 @@ The `FXAAEffect` effect is part of the [`postprocessing`](https://pmndrs.github.io/postprocessing/public/docs/class/src/effects/FXAAEffect.js~FXAAEffect.html) package. FXAA offers a performance-optimized anti-aliasing solution that smooths jagged edges while maintaining excellent performance. However, its quality may be modest at times, occasionally resulting in a slightly blurred appearance. - - @Miamiamia0103 illustration - - Illustration credit @Miamiamia0103 - - - ## Usage The `` component is easy to use and provides customizable options to suit different visual styles.