Current section
Files
Jump to
Current section
Files
lib/wan2_5_app.ex
defmodule Wan25App do
@moduledoc """
Minimal metadata module for the Wan2.5 AI video generator website.
"""
@homepage "https://www.wan2-5.app"
@summary "Wan2.5 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Wan2.5 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end