Current section
Files
Jump to
Current section
Files
lib/z_image_ai_app.ex
defmodule ZImageAiApp do
@moduledoc """
Minimal metadata module for the Z Image AI AI video generator website.
"""
@homepage "https://z-image-ai.app"
@summary "Z Image AI is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Z Image AI website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end