feat: adding filter plugin

This commit is contained in:
Liam Kerr 2026-08-05 21:02:23 +01:00
parent a80c6276a8
commit 3c3fec9b90
4 changed files with 157 additions and 1 deletions

View file

@ -3,7 +3,7 @@
# ------------------------------ #
# Define your plugins here as space-separated names
PLUGINS = SquidgeDistortion
PLUGINS = SquidgeDistortion SquidgeFilter
# --------------------------------------------------------------