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