update README

This commit is contained in:
Yongwei Xing 2021-03-22 15:07:40 +08:00
parent ea6856eb54
commit b9992995db

View file

@ -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