Update README.md

This commit is contained in:
Kasper Lahti 2023-01-18 14:24:02 +01:00
parent f34e13de7d
commit ac9064c36a

View file

@ -49,8 +49,6 @@ likeButton
)
```
This effect respects `particleGroup()`.
- Parameters:
- `origin`: The origin of the particles.
- `layer`: The `ParticleLayer` on which to render the effect, default is `local`.
@ -129,8 +127,6 @@ static func ping(shape: some InsettableShape, style: some ShapeStyle, count: Int
An effect that emits the provided particles from the origin point and slowly float up while moving side to side.
This effect respects `particleGroup()`.
- Parameters:
- `origin`: The origin of the particle.
- `layer`: The `ParticleLayer` on which to render the effect, default is `local`.