Packages
Minimal Hex package for Seedream 5.5 AI image generator platform site metadata.
Current section
Files
Jump to
Current section
Files
lib/seedream_5_5.ex
defmodule Seedream55 do
@moduledoc """
Minimal metadata module for the Seedream 5.5 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/seedream-5-5"
@summary "Seedream 5.5 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Seedream 5.5 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end