Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metasidd committed Nov 7, 2024
1 parent 35ea844 commit 55ea410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ OrbView(configuration: configuration)
|----------|------|---------|-------------|
| `backgroundColors` | `[Color]` | `[.green, .blue, .pink]` | Colors used for the gradient background |
| `glowColor` | `Color` | `.white` | Color of the glow effects |
| `coreGlowIntensity` | `Double` | `1.0` | Intensity of the core glow effect |
| `coreGlowIntensity` | `Double` | `1.0` | Intensity of the core glow effect (higher = brighter) |
| `showBackground` | `Bool` | `true` | Shows/hides the gradient background |
| `showWavyBlobs` | `Bool` | `true` | Shows/hides organic movement elements |
| `showParticles` | `Bool` | `true` | Shows/hides particle effects |
Expand Down Expand Up @@ -161,7 +161,7 @@ let shadowOrb = OrbConfiguration(
- tvOS 17.0+
- watchOS 10.0+
- visionOS 1.0+
- Swift 6.0+
- Swift 5.9+

## Contributing

Expand Down

0 comments on commit 55ea410

Please sign in to comment.