README.md

# wan2_5_app

`wan2_5_app` is a minimal Hex package for the Wan2.5 AI video generator website.

- Homepage: https://www.wan2-5.app
- Hex: https://hex.pm/packages/wan2_5_app
- Docs: https://hexdocs.pm/wan2_5_app

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Wan25App.homepage()
Wan25App.summary()
```