README.md

# wan3_0

`wan3_0` is a minimal Hex package for the Wan 3 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/wan3-0
- Hex: https://hex.pm/packages/wan3_0
- Docs: https://hexdocs.pm/wan3_0

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Wan30.homepage()
Wan30.summary()
```