README.md

# hailuo_3

`hailuo_3` is a minimal Hex package for the Hailuo 3 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/hailuo-3
- Hex: https://hex.pm/packages/hailuo_3
- Docs: https://hexdocs.pm/hailuo_3

## Usage

Add the package to `mix.exs`:

```elixir
def deps do
  [
    {:hailuo_3, "~> 0.1.0"}
  ]
end
```

Then use it:

```elixir
Hailuo3.homepage()
Hailuo3.summary()
```