update README
This commit is contained in:
parent
ea6856eb54
commit
b9992995db
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ This package is still working in progress. More types would be added. Welcome an
|
||||||
- Circle Noise
|
- Circle Noise
|
||||||
- Yarn
|
- Yarn
|
||||||
- Black Hole
|
- Black Hole
|
||||||
|
- Color Canva
|
||||||
|
|
||||||
For these kinds of art, the package provides as many parameters to control the appearance.
|
For these kinds of art, the package provides as many parameters to control the appearance.
|
||||||
|
|
||||||
|
@ -113,6 +114,7 @@ NewCircleMove(circleNum int)
|
||||||
NewCircleNoise(dotsN, colorMin, colorMax int)
|
NewCircleNoise(dotsN, colorMin, colorMax int)
|
||||||
NewYarn(n int)
|
NewYarn(n int)
|
||||||
NewBlackHole(circleN int, density, circleGap float64)
|
NewBlackHole(circleN int, density, circleGap float64)
|
||||||
|
NewColorCanve(seg float64)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
Loading…
Reference in a new issue