README.md

# hailuo_2_5

`hailuo_2_5` is a minimal Hex package for the Hailuo 2.5 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/hailuo-2-5
- Hex: https://hex.pm/packages/hailuo_2_5
- Docs: https://hexdocs.pm/hailuo_2_5

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Hailuo25.homepage()
Hailuo25.summary()
```