add blur and ignorezero ls rules

This commit is contained in:
vaxerski 2023-03-17 23:16:59 +00:00
parent f1d8ad3457
commit fdbf432ece
1 changed files with 2 additions and 0 deletions

View File

@ -154,3 +154,5 @@ where `rule` is the rule and `namespace` is the namespace regex (find namespaces
| rule | description |
| --- | --- |
| noanim | disables animations |
| blur | enables blur for the layer |
| ignorezero | makes blur ignore fully transparent pixels of the layer |