Packages

Minimal Hex package for Sam 3D 2.0 AI 3D generator metadata.

Current section

Files

Jump to
sam3d2_com lib sam3d2_com.ex
Raw

lib/sam3d2_com.ex

defmodule Sam3d2Com do
@moduledoc """
Minimal metadata module for the Sam 3D 2.0 AI 3D model generator website.
"""
@homepage "https://www.sam3d2.com"
@summary "Sam 3D 2.0 is an AI 3D model generator for text-to-3D and image-to-3D workflows."
@doc "Returns the official Sam 3D 2.0 website URL."
def homepage do
@homepage
end
@doc "Returns a short product summary."
def summary do
@summary
end
end