Packages

Minimal Hex package for Wan 3 tool page metadata.

Current section

Files

Jump to
wan3_0 lib wan3_0.ex
Raw

lib/wan3_0.ex

defmodule Wan30 do
@moduledoc """
Minimal metadata module for the Wan 3 AI video generator website.
"""
@homepage "https://www.seedance2ai.app/tools/wan3-0"
@summary "Wan 3 is an AI video generator for text-to-video and image-to-video workflows."
@doc "Returns the official Wan 3 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end