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