Skip to content

Commit e73faac

Browse files
Merge pull request VincentGarreau#79 from christophersu/fix-readme
Remove duplicate table row from readme
2 parents 22b4986 + 01ff4a6 commit e73faac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ key | option type / notes | example
157157
`particles.number.density.enable` | boolean | `true` / `false`
158158
`particles.number.density.value_area` | number | `800`
159159
`particles.color.value` | HEX (string) <br /> RGB (object) <br /> HSL (object) <br /> array selection (HEX) <br /> random (string) | `"#b61924"` <br /> `{r:182, g:25, b:36}` <br /> `{h:356, s:76, l:41}` <br /> `["#b61924", "#333333", "999999"]` <br /> `"random"`
160-
`particles.number.density.value_area` | number | `800`
161160
`particles.shape.type` | string <br /> array selection | `"circle"` <br /> `"edge"` <br /> `"triangle"` <br /> `"polygon"` <br /> `"star"` <br /> `"image"` <br /> `["circle", "triangle", "image"]`
162161
`particles.shape.stroke.width` | number | `2`
163162
`particles.shape.stroke.color` | HEX (string) | `"#222222"`

0 commit comments

Comments
 (0)