README.md

# wan_2_7

`wan_2_7` is a minimal Hex package for the Wan 2.7 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/wan-2-7
- Hex: https://hex.pm/packages/wan_2_7
- Docs: https://hexdocs.pm/wan_2_7

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Wan27.homepage()
Wan27.summary()
```