You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sqip-plugin-blur/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# `sqip-plugin-blur`
2
2
3
3
> TODO: description
4
+
4
5
##### Options
5
-
| command | Description |
6
-
| ------------- |------------- |
7
-
|-b, --blur-blur *number* | Set the stdDeviation value for the GaussianBlur SVG filter. See: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur
6
+
| command | Description |
7
+
| -----------------------| ----------- |
8
+
|-b, --blur-blur *number*| Set the radius value [pixel]for the [GaussianBlur CSS filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/blur#syntax). |
0 commit comments