Packages

Trellis 2 AI 3D generator for creators. Trellis 2 is a Trellis AI platform for 2D to 3D, Picture to 3D, Photo to 3D, and Prompt to 3D workflows. Build detailed Trellis 3D assets faster online. Visit https://trellis-2.net for more information.

Current section

Files

Jump to
trellis2_ai lib trellis2_ai.ex
Raw

lib/trellis2_ai.ex

defmodule Trellis2Ai do
@moduledoc """
Trellis 2 AI 3D generator.
"""
@version "0.1.1"
@website "https://trellis-2.net"
def version, do: @version
def website, do: @website
def get_info do
%{
name: "Trellis 2",
version: @version,
website: @website,
description: "Trellis 2 AI 3D generator"
}
end
end