README.md

# kling_3_5

`kling_3_5` is a minimal Hex package for the Kling 3.5 AI video generator website.

- Homepage: https://www.seedance2ai.app/tools/kling-3-5
- Hex: https://hex.pm/packages/kling_3_5
- Docs: https://hexdocs.pm/kling_3_5

## Usage

Add the package to `mix.exs`:

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

Then use it:

```elixir
Kling35.homepage()
Kling35.summary()
```