Packages

Minimal Hex package for AI Image Upscaler tool page metadata.

Current section

Files

Jump to
ai_image_upscaler lib ai_image_upscaler.ex
Raw

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