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