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