Current section
Files
Jump to
Current section
Files
lib/seedance_2_5.ex
defmodule Seedance25 do
@moduledoc """
Minimal metadata module for the Seedance 2.5 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/seedance-2-5"
@summary "Seedance 2.5 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Seedance 2.5 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end