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