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