Skip to content

Commit

Permalink
[#102] [Barosch47] Add options to README.md for sqip-plugin-blur and …
Browse files Browse the repository at this point in the history
…sqip-plugin-primitive
  • Loading branch information
Barosch authored and axe312ger committed Oct 21, 2019
1 parent 48979fb commit 5c0103a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sqip-plugin-blur/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# `sqip-plugin-blur`

> TODO: description
##### Options
| command | Description |
| ------------- | ------------- |
|-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

## Usage

Expand Down
6 changes: 6 additions & 0 deletions packages/sqip-plugin-primitive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

> TODO: description
##### Options
| command | Description |
| ------------- | ------------- |
| -n, --primitive-numberOfPrimitives *number* | The number of primitive shapes to use to build the SQIP SVG
| -m, --primitive-mode *number* | The style of primitives to use: <br/> 0=combo, <br/> 1=triangle, <br/> 2=rect, <br/> 3=ellipse, <br/> 4=circle, <br/> 5=rotatedrect, <br/> 6=beziers, <br/> 7=rotatedellipse, <br/> 8=polygon |

## Usage

```
Expand Down

0 comments on commit 5c0103a

Please sign in to comment.