defmodule Ray4 do @moduledoc """ Minimal metadata module for the Ray 4 AI image generator website. """ @homepage "https://www.ray4ai.com/" @summary "Ray 4 is an AI image generator for text-to-image and image-to-image workflows." @doc "Returns the official Ray 4 website URL." def homepage do @homepage end @doc "Returns a short product summary." def summary do @summary end end