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