README.md
# ray_4
`ray_4` is a minimal Hex package for the Ray 4 AI image generator website.
- Homepage: https://www.ray4ai.com/
- Hex: https://hex.pm/packages/ray_4
- Docs: https://hexdocs.pm/ray_4
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:ray_4, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Ray4.homepage()
Ray4.summary()
```