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