Bootstrap image-filters plugin with wp-scripts and jest

This commit is contained in:
Keith Solomon
2026-08-05 15:51:43 -05:00
parent dbe5ef9c4a
commit 4881dcabf0
7 changed files with 20990 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
=== Image Filters ===
Contributors: ksolo
Tags: block, image, filter, instagram
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Add Instagram-style CSS filters to images in the block editor.
== Description ==
This plugin registers a new "Filtered Image" block that lets users pick a
named filter preset and adjust its intensity. Filters are applied with CSS
only, so they are reversible, lightweight, and the original image keeps
its alt text.
== Changelog ==
= 0.1.0 =
* Initial release.