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