README.md

# hailuo3_app

`hailuo3_app` is a minimal Hex package for the Hailuo3 AI video generator website.

- Homepage: https://www.hailuo3.app
- Hex: https://hex.pm/packages/hailuo3_app
- Docs: https://hexdocs.pm/hailuo3_app

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Hailuo3App.homepage()
Hailuo3App.summary()
```