README.md
# wan_2_8
`wan_2_8` is a minimal Hex package for the Wan 2.8 AI video generator website.
- Homepage: https://www.seedance2ai.app/tools/wan-2-8
- Hex: https://hex.pm/packages/wan_2_8
- Docs: https://hexdocs.pm/wan_2_8
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:wan_2_8, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Wan28.homepage()
Wan28.summary()
```