From 5c0103ab4fac10e5287b66e014483fc2f4e7c36c Mon Sep 17 00:00:00 2001 From: Barosch Date: Sun, 20 Oct 2019 21:27:02 +0200 Subject: [PATCH] [#102] [Barosch47] Add options to README.md for sqip-plugin-blur and sqip-plugin-primitive --- packages/sqip-plugin-blur/README.md | 4 ++++ packages/sqip-plugin-primitive/README.md | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/packages/sqip-plugin-blur/README.md b/packages/sqip-plugin-blur/README.md index be63e0d6..369c2c1e 100644 --- a/packages/sqip-plugin-blur/README.md +++ b/packages/sqip-plugin-blur/README.md @@ -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 diff --git a/packages/sqip-plugin-primitive/README.md b/packages/sqip-plugin-primitive/README.md index e753d83f..146e048f 100644 --- a/packages/sqip-plugin-primitive/README.md +++ b/packages/sqip-plugin-primitive/README.md @@ -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:
0=combo,
1=triangle,
2=rect,
3=ellipse,
4=circle,
5=rotatedrect,
6=beziers,
7=rotatedellipse,
8=polygon | + ## Usage ```