From 5a184bfd898d7bf45a3b3ce357a055413710e1f6 Mon Sep 17 00:00:00 2001 From: Tino Koch <> Date: Sun, 30 Mar 2025 14:04:46 +0200 Subject: [PATCH] =?UTF-8?q?omitted=20image=20for=20copyright=20reasons=20?= =?UTF-8?q?=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/pmndrs/fxaa.md | 7 ------- 1 file changed, 7 deletions(-) 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.