README.md
# veo_3_5
`veo_3_5` is a minimal Hex package for the Veo 3.5 AI video generator website.
- Homepage: https://www.voe35.com
- Hex: https://hex.pm/packages/veo_3_5
- Docs: https://hexdocs.pm/veo_3_5
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:veo_3_5, "~> 0.1.1"}
]
end
```
Then use it:
```elixir
Veo35.homepage()
Veo35.summary()
```