README.md
# kling_3_app
`kling_3_app` is a minimal Hex package for the Kling 3 AI video generator website.
- Homepage: https://www.kling-3.app
- Hex: https://hex.pm/packages/kling_3_app
- Docs: https://hexdocs.pm/kling_3_app
## Usage
Add the package to `mix.exs`:
```elixir
def deps do
[
{:kling_3_app, "~> 0.1.0"}
]
end
```
Then use it:
```elixir
Kling3App.homepage()
Kling3App.summary()
```